Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 47333 invoked from network); 20 Nov 2003 23:27:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Nov 2003 23:27:56 -0000 Received: (qmail 89271 invoked by uid 500); 20 Nov 2003 23:27:41 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89240 invoked by uid 500); 20 Nov 2003 23:27:41 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89192 invoked by uid 500); 20 Nov 2003 23:27:40 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 89081 invoked from network); 20 Nov 2003 23:27:39 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Nov 2003 23:27:39 -0000 Received: (qmail 47216 invoked by uid 1569); 20 Nov 2003 23:27:53 -0000 Date: 20 Nov 2003 23:27:53 -0000 Message-ID: <20031120232753.47215.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2003/11/20 15:27:53 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: note further development of the ssi-patch... perhaps one day someone will victimize himself and review it :) Revision Changes Path No revision No revision 1.751.2.549 +4 -3 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.548 retrieving revision 1.751.2.549 diff -u -u -r1.751.2.548 -r1.751.2.549 --- STATUS 20 Nov 2003 20:26:15 -0000 1.751.2.548 +++ STATUS 20 Nov 2003 23:27:52 -0000 1.751.2.549 @@ -272,14 +272,15 @@ 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. + 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)