Re: [patch] mod-include fix

2002-02-21 Thread Justin Erenkrantz
On Wed, Feb 20, 2002 at 08:21:34PM -0800, Ian Holsman wrote: > can other people please sanity check this patch > the case it is trying to fix is the case where the end of a bucket has > the start of a SSI tag .. 'ie a <' and the next bucket is found not to > match the SSI tag.. '/table>' for exam

Re: [patch] mod-include fix

2002-02-20 Thread Brian Pane
Cliff Woolley wrote: >On Wed, 20 Feb 2002, Brian Pane wrote: > >>Do we need to reset ctx->parse_pos here? >> > >It's done explicitly a few lines later (line 456). > Never mind. :-) +1 on the patch --Brian

Re: [patch] mod-include fix

2002-02-20 Thread Cliff Woolley
On Wed, 20 Feb 2002, Brian Pane wrote: > Do we need to reset ctx->parse_pos here? It's done explicitly a few lines later (line 456). --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA

Re: [patch] mod-include fix

2002-02-20 Thread Brian Pane
Ian Holsman wrote: > can other people please sanity check this patch > the case it is trying to fix is the case where the end of a bucket has > the start of a SSI tag .. 'ie a <' and the next bucket is found not to > match the SSI tag.. '/table>' for example. > this sends the '<' out. > > Index:

Re: [patch] mod-include fix

2002-02-20 Thread Cliff Woolley
On Wed, 20 Feb 2002, Ian Holsman wrote: > can other people please sanity check this patch > the case it is trying to fix is the case where the end of a bucket has > the start of a SSI tag .. 'ie a <' and the next bucket is found not to > match the SSI tag.. '/table>' for example. > this sends the

[patch] mod-include fix

2002-02-20 Thread Ian Holsman
can other people please sanity check this patch the case it is trying to fix is the case where the end of a bucket has the start of a SSI tag .. 'ie a <' and the next bucket is found not to match the SSI tag.. '/table>' for example. this sends the '<' out. Index: mod_include.c ==