summaryrefslogtreecommitdiffstats
path: root/docs/conf/extra/httpd-dav.conf.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-03-18 09:18:11 +0100
committerJoe Orton <jorton@apache.org>2024-03-18 09:18:11 +0100
commit4c33c31214775bc21efb30b37fffa2b252ed8c86 (patch)
treee7c652a444a606197c780ffbb093e2fcc7ed3240 /docs/conf/extra/httpd-dav.conf.in
parentmod_systemd: if SELinux is available and enabled, log the SELinux (diff)
downloadapache2-4c33c31214775bc21efb30b37fffa2b252ed8c86.tar.xz
apache2-4c33c31214775bc21efb30b37fffa2b252ed8c86.zip
Fix BrowserMatch for gvfs.
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
Diffstat (limited to '')
-rw-r--r--docs/conf/extra/httpd-dav.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in
index 9853252f63..2bf55455e0 100644
--- a/docs/conf/extra/httpd-dav.conf.in
+++ b/docs/conf/extra/httpd-dav.conf.in
@@ -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