git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918428
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.5
- *) Ensure each subrequest has a shallow copy of headers_in so that the
+ *) SECURITY: CVE-2010-0434 (cve.mitre.org)
+ Ensure each subrequest has a shallow copy of headers_in so that the
parent request headers are not corrupted. Eliminates a problematic
optimization in the case of no request body. PR 48359
[Jake Scott, William Rowe, Ruediger Pluem]