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
# 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,