]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Proposed backport.
authorCliff Woolley <jwoolley@apache.org>
Mon, 21 Jul 2003 23:52:39 +0000 (23:52 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 21 Jul 2003 23:52:39 +0000 (23:52 +0000)
Andre, I'm assuming you're +1 for the patch since you wrote it and
since you told me on IRC a little while ago that you had tested it
on all known test cases and it passed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100729 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6f254572d7fa703628603b70801cfd35dbc8fafc..804c16ddb4c40ba564bb4e7cdd8365fa1b61f32b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/21 11:52:02 $]
+Last modified at [$Date: 2003/07/21 23:52:39 $]
 
 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_include.c: Fix a trio of bugs in 2.0+'s parsing of content that
+      spans buckets or brigades, particularly when the start or end sequence
+      spans a bucket or when conditional text spans a brigade.
+      modules/filters/mod_include.c r1.234
+      +1: jwoolley, nd
+
     * 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.