Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4190 invoked by uid 500); 14 Jul 2003 19:30:16 -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 4179 invoked by uid 500); 14 Jul 2003 19:30:16 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 14 Jul 2003 19:30:15 -0000 Message-ID: <20030714193015.99895.qmail@icarus.apache.org> From: rederpj@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rederpj 2003/07/14 12:30:15 Modified: . CHANGES modules/mappers mod_rewrite.c Log: Remove some extraneous code committed as part of the fix for 13946 pointed out by Andre Malo. [Paul J. Reder] Revision Changes Path 1.1226 +4 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1225 retrieving revision 1.1226 diff -u -r1.1225 -r1.1226 --- CHANGES 14 Jul 2003 17:28:14 -0000 1.1225 +++ CHANGES 14 Jul 2003 19:30:13 -0000 1.1226 @@ -2,6 +2,10 @@ [Remove entries to the current 2.0 section below, when backported] + *) Remove an extra bit of unnecessary code from the recently + committed fix for PR 13946 (in mod_rewrite). Reported by + Andre Malo. [Paul J. Reder] + *) mod_ssl: Fix a problem setting variables that represent the client certificate chain. PR 21397 [Jeff Trawick] 1.155 +0 -7 httpd-2.0/modules/mappers/mod_rewrite.c Index: mod_rewrite.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- mod_rewrite.c 14 Jul 2003 16:40:13 -0000 1.154 +++ mod_rewrite.c 14 Jul 2003 19:30:14 -0000 1.155 @@ -2834,13 +2834,6 @@ return 7; } break; - - case 'p': - case 'P': - if (!strncasecmp(uri, "roxy:", 5)) { /* proxy: */ - return 6; - } - break; } return 0;