]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix for the code that handles SSI tokens that span multiple
authorBrian Pane <brianp@apache.org>
Sun, 24 Feb 2002 07:40:05 +0000 (07:40 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 24 Feb 2002 07:40:05 +0000 (07:40 +0000)
commit9629bb9e6bc371d5491ce02e08a468f6b4df4450
tree7e1e67fd6815e51eb9c546a512691f049b572981
parent1c56d5b9d33600dd4de98c6098f37894b16f365d
Fix for the code that handles SSI tokens that span multiple
buckets: if a brigade containing an incomplete "<!--#" token
has been set aside in ctx->ssi_tag_brigade, we need to retrieve
and output the contents of that brigade if the next bucket (in
the next brigade) doesn't actually complete the "<!--#".

As part of this commit, I've commented out the recent changes
to detect flush buckets in the brigade, due to segfaults.  (I
think the fix may be to add some checks for sentinels and EOS
when advancing to the next bucket after the flush bucket.)

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