From: André Malo Date: Tue, 25 Nov 2003 22:10:38 +0000 (+0000) Subject: next issue with mod_include backport resolved X-Git-Tag: 2.0.49~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf4b4c81041c675fe672ab1a5562c5269fc4eaa;p=thirdparty%2Fapache%2Fhttpd.git next issue with mod_include backport resolved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101892 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 882da9e4e4c..eb584f7fd3c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/11/25 17:23:30 $] +Last modified at [$Date: 2003/11/25 22:10:38 $] Release: @@ -285,15 +285,15 @@ PATCHES TO BACKPORT FROM 2.1 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: . + 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. One issue - came up which seems to be resolved with the r1-revision. + Success with this patch has been reported in PR 22946. Upcoming + issues were resolved and are included in the -r2.patch. * mod_include's expression tokenizer: don't skip the first character of a string, it may be a backslash. (2.0 + 1.3)