View Single Post
  #10 (permalink)  
Old 02-12-2008, 03:14 PM
ab5602 ab5602 is offline
Project Contributor
 
Posts: 67
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