Skip to content

Commit 4c33c31

Browse files
committed
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
1 parent 9b17700 commit 4c33c31

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changes-entries/dav-browsermatch.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*) mod_dav: Update redirect-carefully example BrowserMatch config
22
to match more recent client versions. PR 66148, 67039.
3-
[Michal Maloszewski <michal.maloszewski canonical.com>]
3+
[Michal Maloszewski <michal.maloszewski canonical.com>,
4+
Romain Tartière <romain blogreen.org>]

docs/conf/extra/httpd-dav.conf.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BrowserMatch "MS FrontPage" redirect-carefully
4545
BrowserMatch "^WebDrive" redirect-carefully
4646
BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully
4747
BrowserMatch "^gnome-vfs/1\.0" redirect-carefully
48-
BrowserMatch "^gfs/1" redirect-carefully
48+
BrowserMatch "^gvfs/1" redirect-carefully
4949
BrowserMatch "^XML Spy" redirect-carefully
5050
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
5151
BrowserMatch " Konqueror/4" redirect-carefully

0 commit comments

Comments
 (0)