]> granicus.if.org Git - apache/commitdiff
add a BrowserMatch directive to enable redirect-carefully for
authorJeff Trawick <trawick@apache.org>
Sat, 5 Oct 2002 12:15:21 +0000 (12:15 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 5 Oct 2002 12:15:21 +0000 (12:15 +0000)
the Gnome VFS so that WebDAV works correctly with Nautilus
and other code using the Gnome VFS

PR:               12901
Submitted by:   Rusty Conover <rconover@infogears.com>
Reviewed by:      Jeff Trawick

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

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

index a055fdced801d53d3ce1c5fea64c4fb67910deae..ced72157909b86c55eba631bf56b6cfd74090e44 100644 (file)
@@ -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,
index 0f54df71e219058892f74cefc897ece9393fd419..a9ecc73f675ee8e10048ae5e5f85144f27e032a5 100644 (file)
@@ -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,