]> granicus.if.org Git - apache/commitdiff
Enable the BrowserMatch for Microsoft's DAV client -- we know it is
authorGreg Stein <gstein@apache.org>
Fri, 25 Jan 2002 00:24:47 +0000 (00:24 +0000)
committerGreg Stein <gstein@apache.org>
Fri, 25 Jan 2002 00:24:47 +0000 (00:24 +0000)
broken.

Add a match for the WebDrive client. It is similarly broken.

Sync up the NetWare and Windows .conf files a bit.

Submitted by: Sander Striker <striker@apache.org>, Greg Stein

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

docs/conf/httpd-nw.conf
docs/conf/httpd-std.conf
docs/conf/httpd-win.conf

index fac739f94ee57f2156c55df335be08c9d2498931..57daa9afdf71a8d82bd17e6eb9c7fc2c24c8ad95 100644 (file)
@@ -832,25 +832,24 @@ AddType application/x-tar .tgz
 </IfModule>
 
 #
-# The following directives modify normal HTTP response behavior.
-# The first directive disables keepalive for Netscape 2.x and browsers that
-# spoof it. There are known problems with these browser implementations.
-# The second directive is for Microsoft Internet Explorer 4.0b2
-# which has a broken HTTP/1.1 implementation and does not properly
-# support keepalive when it is used on 301 or 302 (redirect) responses.
+# The following directives modify normal HTTP response behavior to
+# handle known problems with browser implementations.
 #
 BrowserMatch "Mozilla/2" nokeepalive
 BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-
-#
-# The following directive disables HTTP/1.1 responses to browsers which
-# are in violation of the HTTP/1.0 spec by not being able to grok a
-# basic 1.1 response.
-#
 BrowserMatch "RealPlayer 4\.0" force-response-1.0
 BrowserMatch "Java/1\.0" force-response-1.0
 BrowserMatch "JDK/1\.0" force-response-1.0
 
+#
+# The following directive disables redirects on non-GET requests for
+# 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.
+#
+BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "^WebDrive" redirect-carefully
+
 #
 # Allow server status reports, with the URL of http://servername/server-status
 # Change the ".@@DomainName@@" to match your domain to enable.
index 038611cda2d82797afc1aaa3f65101255625cf11..805ace4841a53d73108483c736d471723f43cdd9 100644 (file)
@@ -909,7 +909,8 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 # problem with Microsoft WebFolders which does not appropriately handle 
 # redirects for folders with DAV methods.
 #
-#BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "^WebDrive" redirect-carefully
 
 #
 # Allow server status reports, with the URL of http://servername/server-status
index ecaa108a31ca57a4b206a87c387ca94ce1c0804e..7417063ebf8cc5d9a2d56f6dd6dbbd864f2a48f4 100644 (file)
@@ -841,7 +841,8 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 # problem with Microsoft WebFolders which does not appropriately handle 
 # redirects for folders with DAV methods.
 #
-#BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "^WebDrive" redirect-carefully
 
 #
 # Allow server status reports, with the URL of http://servername/server-status