From: Greg Stein Date: Sun, 5 Jan 2003 08:38:33 +0000 (+0000) Subject: Our standard distribution should not promote broken behavior. We can X-Git-Tag: pre_ajp_proxy~2329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bda93edb1f75016703fe333e9be01296aadd3f5f;p=apache Our standard distribution should not promote broken behavior. We can 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 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 717e6545fe..45b4299f5f 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -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 diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index ce8dc0722f..3b7a042e49 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -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,