]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Correctly align the behavior of headers_in to be consistent with the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Jan 2010 07:19:41 +0000 (07:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Jan 2010 07:19:41 +0000 (07:19 +0000)
commit115c1e496d8f7057447571534bd73bb61e99b114
treec4829df6dddf19e76b6bb922a1de49527d3aef43
parent3250344992b933241582acd9593c7132d254c9f3
Correctly align the behavior of headers_in to be consistent with the
treatment of headers_out, resolving PR 48359 by keeping subrequest
scope changes out of the main request headers.  This ensures that all
requests-without-bodies behave as the requests-with-bodies code has.

Mitre: CVE-2010-0434

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901578 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_request.c
modules/metadata/mod_headers.c
server/protocol.c