From: Jeff Trawick Date: Sat, 5 Oct 2002 12:15:21 +0000 (+0000) Subject: add a BrowserMatch directive to enable redirect-carefully for X-Git-Tag: 2.0.44~369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abe8718745de07d1e59743947d58f29bf079fa56;p=apache add a BrowserMatch directive to enable redirect-carefully for the Gnome VFS so that WebDAV works correctly with Nautilus and other code using the Gnome VFS PR: 12901 Submitted by: Rusty Conover Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97111 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index a055fdced8..ced7215790 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -949,11 +949,12 @@ 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. +# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully +BrowserMatch "^gnome-vfs" redirect-carefully # # Allow server status reports generated by mod_status, diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 0f54df71e2..a9ecc73f67 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -869,11 +869,12 @@ 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. +# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully +BrowserMatch "^gnome-vfs" redirect-carefully # # Allow server status reports generated by mod_status,