]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
authorJeff Trawick <trawick@apache.org>
Thu, 19 Jan 2012 22:23:15 +0000 (22:23 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 19 Jan 2012 22:23:15 +0000 (22:23 +0000)
commit6635e5a3da3e3c27b8a279297e67c37f75da1db2
treeeac1cbb2744836a82d314dc058438be1ebebfa73
parentbad70ddb3eddc3acc57d7cf024f945708d32f313
Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
core's translate-name to fail unsupported URIs.

Rewrite and proxy now decline what they don't support rather
than fail the request.

Suggested by: trawick
Implemented by: jorton
Tweaked by: wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1233604 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c
modules/proxy/mod_proxy.c
server/protocol.c