From: Joe Orton Date: Fri, 24 Jun 2005 14:26:57 +0000 (+0000) Subject: Add two redirect-carefully's from the trunk. X-Git-Tag: 2.0.55~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab2080c36ff40568d7628c9c34a6ef3646bb8bb;p=thirdparty%2Fapache%2Fhttpd.git Add two redirect-carefully's from the trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@201623 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 3d2cb2e7b35..35a13c9ce8b 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -966,6 +966,8 @@ BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs" redirect-carefully +BrowserMatch "^XML Spy" redirect-carefully +BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully # # Allow server status reports generated by mod_status, diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index a4405d6549c..9ea8a7a2d7f 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -885,6 +885,8 @@ BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs" redirect-carefully +BrowserMatch "^XML Spy" redirect-carefully +BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully # # Allow server status reports generated by mod_status,