]> 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)
commit8e905e6d97ab5575ae82ff7ffff35d5d3769914b
treeeac1cbb2744836a82d314dc058438be1ebebfa73
parent3c872837d118d49e1ff7697df41078faa9890995
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