Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 92255 invoked from network); 4 Aug 2007 15:08:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2007 15:08:37 -0000 Received: (qmail 12681 invoked by uid 500); 4 Aug 2007 15:08:36 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 12638 invoked by uid 500); 4 Aug 2007 15:08:35 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 12625 invoked by uid 99); 4 Aug 2007 15:08:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 08:08:35 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 15:08:20 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 29FDC71418E; Sat, 4 Aug 2007 08:08:12 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 43031] New: - BrowserMatch for WebDAVFS is also needed for version 1.4.x Message-ID: X-Bugzilla-Reason: AssignedTo Date: Sat, 4 Aug 2007 08:08:12 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43031 Summary: BrowserMatch for WebDAVFS is also needed for version 1.4.x Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: All Status: NEW Severity: minor Priority: P2 Component: mod_dav AssignedTo: bugs@httpd.apache.org ReportedBy: hans@degraaff.org The default configuration for webdav in trunk/docs/conf/extra/httpd-dav.conf contains a browsermatch rule for WebDAVFS. As far as I can tell this rule also need to be applied to version 1.4.x of Apple's WebDAVFS. Including that version in my configuration file fixed long-standing instability with the DAV for my Mac-using co-workers. I've extended the line to be: BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org