]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix BrowserMatch for gvfs.
authorJoe Orton <jorton@apache.org>
Mon, 18 Mar 2024 08:18:11 +0000 (08:18 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 18 Mar 2024 08:18:11 +0000 (08:18 +0000)
PR: 66148
Submitted by: Romain Tartière <romain blogreen.org>

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

changes-entries/dav-browsermatch.txt
docs/conf/extra/httpd-dav.conf.in

index e49e16a1d7b6a56934ffdc2354f716ea8cf56765..81cc782ab11873e28ea7346e405468ee5bb4ba76 100644 (file)
@@ -1,3 +1,4 @@
   *) mod_dav: Update redirect-carefully example BrowserMatch config
      to match more recent client versions.  PR 66148, 67039.
-     [Michal Maloszewski <michal.maloszewski canonical.com>]
+     [Michal Maloszewski <michal.maloszewski canonical.com>,
+      Romain Tartière <romain blogreen.org>]
index 9853252f635f29a0fdf8158553924082441713d6..2bf55455e0a4cd13906e05e91764d8f7c97d383d 100644 (file)
@@ -45,7 +45,7 @@ BrowserMatch "MS FrontPage" redirect-carefully
 BrowserMatch "^WebDrive" redirect-carefully
 BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully
 BrowserMatch "^gnome-vfs/1\.0" redirect-carefully
-BrowserMatch "^gfs/1" redirect-carefully
+BrowserMatch "^gvfs/1" redirect-carefully
 BrowserMatch "^XML Spy" redirect-carefully
 BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
 BrowserMatch " Konqueror/4" redirect-carefully