]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport ...
authorAndré Malo <nd@apache.org>
Sat, 28 Aug 2004 16:11:42 +0000 (16:11 +0000)
committerAndré Malo <nd@apache.org>
Sat, 28 Aug 2004 16:11:42 +0000 (16:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104885 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a2d3760d479756cde81b81f19802e40241cff60d..dac975755dc0442de2ea3e4a777a45d6965a2873 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/27 19:41:21 $]
+Last modified at [$Date: 2004/08/28 16:11:42 $]
 
 Release:
 
@@ -73,6 +73,11 @@ PATCHES TO BACKPORT 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:Fix query string handling for proxied URLs. PR 14518.
+        (2.0 + 1.3)
+          modules/mappers/mod_rewrite.c: r1.259
+        +1: nd
+
     *) EOC bucket handling fix for core_output_filter (prevents possible variable use-
        after-free since .49).
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.276&r2=1.277