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=15857>.
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=15857
MUST handle "chunked" response with a 16385Byte-long chunk-ext-val sent to an HTTP/1.0 client
Summary: MUST handle "chunked" response with a 16385Byte-long
chunk-ext-val sent to an HTTP/1.0 client
Product: Apache httpd-2.0
Version: HEAD
Platform: All
URL: http://coad.measurement-factory.com/cgi-
bin/coad/GraseInfoCgi?session=bug&info_id=test_case/rfc2
616/chunked-1p0-longValExt-16385-toClt
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: mod_proxy
AssignedTo: bugs@httpd.apache.org
ReportedBy: coad@measurement-factory.com
Looks like a possible RFC 2616 MUST violation. Apache seems
to be decoding chunks on-the-fly (as it should when client
is HTTP/1.0), but also returning wrong content. The bug is
probably in handling long extension tokens in chunked
encoding. How exactly the content is corrupted is difficult
to say without further analysis. Suffice to say that
returned content does not match the sent content.
See attached trace for details and ways to reproduce.
Test case IDs in the trace link to human-oriented test case
description and RFC quotes, if available.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|