From 6adbfe910788605ec5db62f05979251dd0db3b6c Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Thu, 15 Jul 2004 19:28:06 +0000 Subject: [PATCH] * 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 --- docs/conf/httpd-std.conf.in | 1 + docs/conf/httpd-win.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 55f9fe35f1..8ff47bf3e2 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1001,6 +1001,7 @@ ServerSignature On BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully + BrowserMatch "^XML Spy" redirect-carefully diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 337c06fa79..22a5809b59 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -944,6 +944,7 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully +BrowserMatch "^XML Spy" redirect-carefully # # Allow server status reports generated by mod_status, -- 2.50.1