DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13718>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13718
chunked transfer-encoding drops characters w/ SSI
Summary: chunked transfer-encoding drops characters w/ SSI
Product: Apache httpd-2.0
Version: 2.0.43
Platform: PC
URL: http://www.doorstop.net/
OS/Version: FreeBSD
Status: NEW
Severity: Normal
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: apache-bug@virtual.doorstop.net
as seen at http://www.doorstop.net/index.shtml
The page works fine for HTTP 1.0 and HTTP 1.1 requests without chunked encoding,
but when viewing in a browser with chunked encoding (e.g. mozilla) the page
comes back corrupted. In this case, it drops '<' and sometimes '!' characters
opening comment tags, and also, an 'fo', changing '<!-- end footer -->' to '<!--
end\noter -->' (where \n represents a newline).
This seems to occur only in SSI-included documents, though I haven't yet done
sufficient testing to figure out exactly what gets dropped and when. It seems to
happen near the beginning and end of included html fragment files, and only in
html comments.
I originally noticed this in the apache2 FreeBSD port, but was able to reproduce
it with a clean build of the apache.org tarball.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|