From: Paul J. Reder Date: Mon, 14 Jul 2003 17:06:14 +0000 (+0000) Subject: Add a backport vote for PR #13946 fix to mod_rewrite. X-Git-Tag: 2.0.48~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=267984fd2c8a27470abad77becba24c76ec03d8d;p=thirdparty%2Fapache%2Fhttpd.git Add a backport vote for PR #13946 fix to mod_rewrite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100602 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e37b16c4ae5..4c22febd00f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/07/14 15:09:40 $] +Last modified at [$Date: 2003/07/14 17:06:14 $] Release: @@ -65,6 +65,12 @@ PATCHES TO PORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * mod_rewrite.c: Fix mod_rewrite's support of the [P] option to send + rewritten request using "proxy:". The code was adding multiple "proxy:" + fields in the rewritten URI. PR: 13946. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.153&r2=1.154 + +1: rederpj + * ap_get_mime_headers_core(): Remove LWS between header token and ':' delimeter. (2616 compliance) server/protocol.c: r1.133