From 78264dfc365d20c767afa4e38021f7cb9d7e2043 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 1 Nov 2003 18:14:44 +0000 Subject: [PATCH] revised my ssi-redesign for 2.0 inclusion. Please review... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101653 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/STATUS b/STATUS index 7c4ba41a019..ec8d8baa21d 100644 --- 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: . + 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) -- 2.47.2