]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another backport...
authorAndré Malo <nd@apache.org>
Mon, 25 Aug 2003 04:03:04 +0000 (04:03 +0000)
committerAndré Malo <nd@apache.org>
Mon, 25 Aug 2003 04:03:04 +0000 (04:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101094 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 59c982e8edcc761a64e2ffafc557bfb43f017c3e..56c323ab2950e2718825a637a0e463d9d8b8e7d1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/25 01:50:12 $]
+Last modified at [$Date: 2003/08/25 04:03:04 $]
 
 Release:
 
@@ -344,6 +344,13 @@ PATCHES TO PORT FROM 2.1
         modules/filters/mod_include.c: r1.261
       +1: nd
 
+    * mod_include's expression tokenizer: don't skip the first character of
+      a string, it may be a backslash. (2.0 + 1.3)
+      (patch for 2.0: http://cvs.apache.org/~nd/ssi-escape.patch)
+      1.3 goes the same way.
+        modules/filters/mod_include.c: r1.264
+      +1: nd
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,