]> granicus.if.org Git - apache/commit
remove r1792169 taint checks from proxy and status modules
authorEric Covener <covener@apache.org>
Fri, 26 May 2017 21:50:33 +0000 (21:50 +0000)
committerEric Covener <covener@apache.org>
Fri, 26 May 2017 21:50:33 +0000 (21:50 +0000)
commitc46a62d72f3aab16fbfae1dfcb5a2cfc09d3a590
treeab55435360de5fb76029dc21bf6bdd97c839ee4c
parent41b123254c49c2ab29cad344eee8f7978dfce0f7
remove r1792169 taint checks from proxy and status modules

Both of these checks are problematic without further
work.

status: even a .htaccess with no SetHandler blocks the handler.
proxy: RewriteRule ... ... [P] in htaccess is blocked.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1796352 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_status.c
modules/proxy/mod_proxy.c