Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 33101 invoked from network); 15 Jul 2004 19:28:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jul 2004 19:28:09 -0000 Received: (qmail 65187 invoked by uid 500); 15 Jul 2004 19:28:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 65053 invoked by uid 500); 15 Jul 2004 19:28:08 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 65032 invoked by uid 500); 15 Jul 2004 19:28:07 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 65029 invoked by uid 99); 15 Jul 2004 19:28:07 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 15 Jul 2004 12:28:07 -0700 Received: (qmail 33076 invoked by uid 1343); 15 Jul 2004 19:28:06 -0000 Date: 15 Jul 2004 19:28:06 -0000 Message-ID: <20040715192806.33075.qmail@minotaur.apache.org> From: striker@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/conf httpd-std.conf.in httpd-win.conf X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N striker 2004/07/15 12:28:06 Modified: docs/conf httpd-std.conf.in httpd-win.conf Log: * docs/conf/httpd-std.conf.in * docs/conf/httpd-win.conf Add XML Spy to the clients who need to be carefully redirected. Revision Changes Path 1.59 +1 -0 httpd-2.0/docs/conf/httpd-std.conf.in Index: httpd-std.conf.in =================================================================== RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- httpd-std.conf.in 23 Apr 2004 22:47:59 -0000 1.58 +++ httpd-std.conf.in 15 Jul 2004 19:28:06 -0000 1.59 @@ -1001,6 +1001,7 @@ BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully + BrowserMatch "^XML Spy" redirect-carefully 1.103 +1 -0 httpd-2.0/docs/conf/httpd-win.conf Index: httpd-win.conf =================================================================== RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- httpd-win.conf 23 Apr 2004 22:47:59 -0000 1.102 +++ httpd-win.conf 15 Jul 2004 19:28:06 -0000 1.103 @@ -944,6 +944,7 @@ 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,