From: Wilfredo Sanchez Date: Fri, 6 Sep 2002 03:09:55 +0000 (+0000) Subject: Add Apple's DAV filesystem to list of broken clients wrt redirects. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c183a35d5ff8de1436a27b142158a8c87fda108;p=thirdparty%2Fapache%2Fhttpd.git Add Apple's DAV filesystem to list of broken clients wrt redirects. Limit to shipped versions on the theory that this will be addressed in the next version. Submitted by: Jim Luther git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96667 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index eaa95e30958..615b7864fe6 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -943,9 +943,11 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # a directory that does not include the trailing slash. This fixes a # problem with Microsoft WebFolders which does not appropriately handle # redirects for folders with DAV methods. +# Same deal with Apple's DAV filesystem. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully +BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully # # Allow server status reports generated by mod_status,