]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add Apple's DAV filesystem to list of broken clients wrt redirects.
authorWilfredo Sanchez <wsanchez@apache.org>
Fri, 6 Sep 2002 03:09:55 +0000 (03:09 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Fri, 6 Sep 2002 03:09:55 +0000 (03:09 +0000)
Limit to shipped versions on the theory that this will be addressed in
the next version.
Submitted by: Jim Luther <luther.j@apple.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96667 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in

index eaa95e309582a08c0cdfb762f803e5a36e50ff9f..615b7864fe61ae71a5b4abadf66839be77038fe4 100644 (file)
@@ -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,