Bug 43509 - Proxy MUST parse Connection header and strip headers matching tokens listed
Summary: Proxy MUST parse Connection header and strip headers matching tokens listed
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.5-HEAD
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks: 43454
  Show dependency tree
 
Reported: 2007-09-28 11:48 UTC by Nick Kew
Modified: 2008-01-19 09:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Kew 2007-09-28 11:48:24 UTC
Violation of RFC2616 section 14.10, discovered using co-advisor tool.

Proxy correctly parses a single Connection: header and strips headers listed in
the Connection.  However, when presented with more than one Connection header,
it processes only the first.
Comment 1 Nick Kew 2007-09-28 11:58:04 UTC
Fixed in trunk: r580457
Comment 2 Nick Kew 2007-10-09 08:28:48 UTC
Fixed in r583194.