]> granicus.if.org Git - apache/commit
Fix for the boundary case in which each character of an SSI directive
authorBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 07:44:14 +0000 (07:44 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 07:44:14 +0000 (07:44 +0000)
commit2ac28002f15ec8b9eaa0c777908e99147259d93b
treef4410ff3de5869c6335cf35159811f5a421003e2
parentcea6b5dbff16de2c315b2467ce263a3a0858761c
Fix for the boundary case in which each character of an SSI directive
is in a separate bucket...the code in send_parsed_content() doesn't
expect a case where ctx->state==PARSE_DIRECTIVE but ctx->tag_start_buffer
is NULL.  So in found_start_sequence(), we set ctx->tag_start_buffer
to point to the next bucket if the end of the <!--# is at the very
end of the current bucket.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94454 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c