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
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
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
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:
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
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
==