APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/11/20 20:26:15 $]
+Last modified at [$Date: 2003/11/20 23:27:52 $]
Release:
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: I've found some time over the weekend to create the following
- patch: <http://cvs.apache.org/~nd/ssi-redesign20.patch>.
+ patch: <http://cvs.apache.org/~nd/ssi-redesign20-r1.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.
- Success with this patch has been reported in PR 22946.
+ Success with this patch has been reported in PR 22946. One issue
+ came up which seems to be resolved with the r1-revision.
* mod_include's expression tokenizer: don't skip the first character of
a string, it may be a backslash. (2.0 + 1.3)