Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment in the forums, please register and review our posting policy & tips. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-03-2008, 06:49 PM
Member
 
Posts: 28
Default WebDAV with ZCS 5.0.2 and Windows XP

I am trying to access the WebDAV service on our newly upgraded server. I thought that I should be able to create a Web Folder in Windows XP like I normally would with WebDAV. When I tell the add network place wizard to use http://servername/dav/username/briefcase/ I get an error that says:

Quote:
The folder you entered does not appear to be valid. Please choose another.
When I access the path from inside IE (telling it to open the path as a Web Folder) all I see is what looks like the text of a WebDAV session. Like the following:

Code:
Request

	Authenticated user:	robertj@domain.com
	Current date:		Sun Feb 03 21:33:12 EST 2008

Resource

	Name:			Briefcase
	Path:			/Briefcase
	Date:			Sun Feb 03 13:44:43 EST 2008
	Owner account Id:	9d4b6665-63c4-4bf4-a39a-3633c9cbbb05
	Owner account name:	robertj@domain.com

Properties


<prop xmlns="DAV:">
  <getlastmodified>Sun, 3 Feb 2008 13:44:43 -0500 (EST)</getlastmodified>
  <getcontentlength>0</getcontentlength>
  <owner>
    <href>https://mail.domain.com/acl/user/robertj/robertj</href>
  </owner>
  <displayname>Briefcase</displayname>
  <getetag>"210460-1202064283000"</getetag>
  <href>/dav/robertj/Briefcase/</href>
  <principal-collection-set/>
  <group/>
  <inherited-acl-set/>
  <current-user-privilege-set>
    <privilege>
      <read/>
    </privilege>
    <privilege>
      <read-current-user-privilege-set/>
    </privilege>
    <privilege>
      <read-free-busy/>
    </privilege>
    <privilege>
      <bind/>
    </privilege>
    <privilege>
      <unbind/>
    </privilege>
    <privilege>
      <write/>
    </privilege>
    <privilege>
      <write-acl/>
    </privilege>
    <privilege>
      <write-content/>
    </privilege>
    <privilege>
      <write-properties/>
    </privilege>
  </current-user-privilege-set>
  <supported-privilege-set/>
  <acl/>
  <resourcetype>
    <collection/>
  </resourcetype>
  <acl-restrictions>
    <grant-only/>
    <no-invert/>
  </acl-restrictions>
  <creationdate>2008-02-02T22:51:49-05:00</creationdate>
</prop>
I am going to try an external WebDAV client (possibly NetDrive) next to see if that fixes the issue, but it definitely would be nice to be able to use without installing any software.

Any idea what can be done to get it working without additional software?

Thanks,

Robert Jackson
Reply With Quote
  #2 (permalink)  
Old 02-04-2008, 07:54 AM
Contributor
 
Posts: 223
Default

Same problem with Vista here.
Reply With Quote
  #3 (permalink)  
Old 02-05-2008, 01:27 AM
Project Contributor
 
Posts: 47
Default

Same problem and also no solution!
Reply With Quote
  #4 (permalink)  
Old 02-05-2008, 09:59 AM
Zimbra Employee
 
Posts: 5,606
Default

Try
http://domain.com/dav/username
Reply With Quote
  #5 (permalink)  
Old 02-05-2008, 10:28 AM
Member
 
Posts: 28
Default

Quote:
Originally Posted by jholder View Post
I have tried:

https://servername/dav/username
https://servername/dav/username/
https://servername/dav/username/briefcase
https://servername/dav/username/briefcase/

All of these have the same result.

Thanks,

Robert Jackson
Reply With Quote
  #6 (permalink)  
Old 02-05-2008, 10:30 AM
Zimbra Employee
 
Posts: 5,606
Default

Well, I would suggest only trying the PROPFind url, which is /dav/username

Others will yeild errors (probably).

Next, look for errors while connecting in the /opt/zimbra/log/zmmailboxd.out and /opt/zimbra/log/mailbox.log
Reply With Quote
  #7 (permalink)  
Old 02-05-2008, 11:54 AM
Active Member
 
Posts: 26
Default

I'm pretty sure the errors revolve around the httpS. I have tried to resolve this in the past, but basically Windows just cannot seem to connect correctly to secure HTTP servers through WebDAV.

Some more info here:
Using WebDAV for documents as Windows network share - Open-Xchange

I also believe having MS Office installed can change it, since Office does something to the Web Folders as well.
__________________
- Phil DeJarnett
Reply With Quote
  #8 (permalink)  
Old 02-07-2008, 12:31 PM
Member
 
Posts: 28
Default Works in Leopard

I just tried this using https://servername/dav/username under Leopard and it worked properly. So at this point I would probably agree that there is something wrong with the way Win XP handles WebDAV. I am still unsure as to whether the problem is with the fact that I am trying to use HTTPS instead of HTTP in Windows or that WebDAV simply does not work properly in Windows at all.

Has anyone gotten WebDAV to work under Windows XP or Vista with either HTTP or HTTPS?

Thanks,

Robert Jackson
Reply With Quote
  #9 (permalink)  
Old 02-07-2008, 11:38 PM
Senior Member
 
Posts: 55
Default

Hi!

I've had the same issues with WebDav on WinXP. It worked with http but not with https - the same
Code:
The folder you entered does not appear to be valid.  Please choose another.
I tried the solution mentioned on the OpenXchange-page, in esssence search for "webfldrs.msi" in your windows folder, run it, choose the correct settings and reinstall webfolders in your system. Now https works for me in WinXP!

The problem is that you still need to install something on the majority of systems and for me I like that I can mount the briefcase as X: in Netdrive.

/K
Reply With Quote
  #10 (permalink)  
Old 02-12-2008, 03:14 PM
Senior Member
 
Posts: 52
Default Problem with XP and compliance with DAV protocol

This problem exists because Microsoft does not correctly implement DAV (MS WebFolders). They have violated the RFC of a protocol that they originally helped draft! I've had the same problem with Apache/mod_dav before and tracked it down to how Windows issues the authentication strings. Really, the only problem is that MS decided that they want to make all authentication to DAV sources in the form of:

DOMAIN\user

Also, MS tends to transform URLs to UNCs (\\server\share), which you can get around..

Out-of-the-box compatibility with Microsoft's buggy "WebFolders" implementation of DAV would be a *huge* thing for Zimbra. Get ready to throw out your SharePoint servers! The only other companies I know that have successfully done this are:

Xythos:
- Online Document Management - Enterprise Content Management - Online File Storage - Secure Document Collaboration - Document Management - Records Management - Document Workflow - Document Imaging

South River Technologies:
- FTP Server, FTP Client, Managed File Transfer, and WebDAV Collaboration Software

There is a reasonably easy way to make apache/mod_dav compatible with XP using another module mod_encoding:

How to setup a Windows XP compatible WebDAV folder under Apache

BTW: There is an existing bug report to do this (24278): Bug 24278 - WebDav Is Broken

Last edited by ab5602 : 02-12-2008 at 03:21 PM.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hangs on "Loading" screen gbr General Questions 16 06-19-2008 01:01 PM
ZCS alongside existing server ebatte Installation 0 01-23-2008 11:33 AM
.53 Will Not "Launch" in FF 2.0.0.6 jhoelz Installation Help 4 08-04-2007 09:01 PM
ZCS 3.2 Beta Available KevinH Announcements 31 07-07-2006 03:46 PM
Got Zimbra running as a Windows service (sort of) ptyork Installation 5 01-29-2006 02:16 PM

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com

sourceforge.net



 

Search Engine Optimization by vBSEO 3.1.0