]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
revised my ssi-redesign for 2.0 inclusion. Please review...
authorAndré Malo <nd@apache.org>
Sat, 1 Nov 2003 18:14:44 +0000 (18:14 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Nov 2003 18:14:44 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101653 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7c4ba41a01957c5ef6aac1b60bea14e655d43e53..ec8d8baa21d5ac88f2abe1494ec9881d6a1e9c60 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/01 16:29:56 $]
+Last modified at [$Date: 2003/11/01 18:14:44 $]
 
 Release:
 
@@ -233,10 +233,13 @@ PATCHES TO BACKPORT FROM 2.1
       +1: nd, brianp
       jwoolley suggests: Hang onto it for 2.2 series.
       brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults?
-      nd adds: perhaps I'll find some time over the weekend to add more
-               wrapper code to the patch, which fills in the fields in question
-               with some valid "fake" values. Though I don't think that it's
-               really necessary -- how does this sound?
+      nd adds: I've found some time over the weekend to create the following
+               patch: <http://cvs.apache.org/~nd/ssi-redesign20.patch>.
+               It creates for backwards compat an ssi_tag_brigade on the fly
+               before executing the tag's handler function and fills that way
+               *_start_bucket/_index fields and ssi_tag_brigade. So nothing
+               should have been changed outside the module.
+               I'd really like to patch this one into 2.0.
 
     * mod_include's expression tokenizer: don't skip the first character of
       a string, it may be a backslash. (2.0 + 1.3)