]> granicus.if.org Git - apache/commitdiff
Our standard distribution should not promote broken behavior. We can
authorGreg Stein <gstein@apache.org>
Sun, 5 Jan 2003 08:38:33 +0000 (08:38 +0000)
committerGreg Stein <gstein@apache.org>
Sun, 5 Jan 2003 08:38:33 +0000 (08:38 +0000)
help out those packages which are already distributed, but the
developers should be *fixing* their software. The WebDAVFS is pinned
to a specific set of versions (1.[012]) because Apple has said they'll
fix it in the next release. This change pins the gnome-vfs workaround
to a specific version (1.0*), with the expectation they will fix their
software. If they state they won't be fixing the behavior, then we
should rip this out (and once they commit to a fix in a specific rev,
then we can workaround everything up to that rev). Apache HTTPD is all
about being a reference platform, not about compensating for broken
clients out there...

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

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

index 717e6545fe6d6a0e04ad7d75011f6a094f3c0f98..45b4299f5f1427029f23874e8bba63c374b97445 100644 (file)
@@ -986,7 +986,7 @@ ServerSignature On
     BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
     BrowserMatch "^WebDrive" redirect-carefully
     BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
-    BrowserMatch "^gnome-vfs" redirect-carefully
+    BrowserMatch "^gnome-vfs/1.0" redirect-carefully
 </IfModule>
 
 <IfModule mod_status.c>
index ce8dc0722f2cd83c9ef75e39c3c42b5549449897..3b7a042e4930ea55f72e14d2a85b20040ccd7848 100644 (file)
@@ -890,7 +890,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
 BrowserMatch "^WebDrive" redirect-carefully
 BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
-BrowserMatch "^gnome-vfs" redirect-carefully
+BrowserMatch "^gnome-vfs/1.0" redirect-carefully
 
 #
 # Allow server status reports generated by mod_status,