]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport vote for PR #13946 fix to mod_rewrite.
authorPaul J. Reder <rederpj@apache.org>
Mon, 14 Jul 2003 17:06:14 +0000 (17:06 +0000)
committerPaul J. Reder <rederpj@apache.org>
Mon, 14 Jul 2003 17:06:14 +0000 (17:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100602 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e37b16c4ae52e482bd2cb53f2a68de3a8183e1bd..4c22febd00f51bdc8f2cb639bd9bd1ec8a3bc0db 100644 (file)
--- 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