]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a backport for 2.0 and 1.3
authorAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 13:19:48 +0000 (13:19 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 13:19:48 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103327 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 433e88a22020d76353b19b150b028e1bbe795d0a..9d391a4b78f3d1ff3a65f67645d0f1adb7351d7f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/09 01:00:53 $]
+Last modified at [$Date: 2004/04/10 13:19:48 $]
 
 Release:
 
@@ -72,6 +72,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_usertrack: Escape the cookie_name before pasting into the regexp.
+       (2.0 + 1.3)
+         modules/metadata/mod_usertrack.c: r1.51
+       +1: nd
+
     *) Enable special ErrorDocument value 'default' which restores the
        canned server response for the scope of the directive
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.270&r2=1.271