]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another bugfix
authorAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 21:00:02 +0000 (21:00 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 21:00:02 +0000 (21:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103336 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2f5dcf7dcd6d08a690f7d3c0b5370ccc5188a353..60f070f79ed060d7864fcf901267b3266051e2a6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/10 18:51:50 $]
+Last modified at [$Date: 2004/04/10 21:00:02 $]
 
 Release:
 
@@ -72,6 +72,13 @@ 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 confused map cache (with maps in different VHs using
+       the same name). PR 26462. (2.0 + 1.3)
+       A patch for 1.3 is here (2.0 goes similar):
+       <http://www.apache.org/~nd/mod_rewrite-confusion-1.3.patch>
+         modules/mappers/mod_rewrite.c: r1.256
+       +1: nd
+
     *) mod_log_config: Cleanup log_header_out function to allow multiple headers
        like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
          modules/loggers/mod_log_config.c: r1.116