Skip to content

Commit f456813

Browse files
committed
* docs/conf/httpd-std.conf.in
* docs/conf/httpd-win.conf Add XML Spy to the clients who need to be carefully redirected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104300 13f79535-47bb-0310-9956-ffa450edef68
1 parent f5566b6 commit f456813

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf/httpd-std.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ ServerSignature On
10011001
BrowserMatch "^WebDrive" redirect-carefully
10021002
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
10031003
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
1004+
BrowserMatch "^XML Spy" redirect-carefully
10041005
</IfModule>
10051006

10061007
<IfModule mod_status.c>

docs/conf/httpd-win.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref
944944
BrowserMatch "^WebDrive" redirect-carefully
945945
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
946946
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
947+
BrowserMatch "^XML Spy" redirect-carefully
947948

948949
#
949950
# Allow server status reports generated by mod_status,

0 commit comments

Comments
 (0)