]> granicus.if.org Git - apache/commit
PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,
authorEric Covener <covener@apache.org>
Tue, 7 Dec 2010 13:06:22 +0000 (13:06 +0000)
committerEric Covener <covener@apache.org>
Tue, 7 Dec 2010 13:06:22 +0000 (13:06 +0000)
commit676cc45e8bcc07de0a1f23e623f339c1022285f4
tree7fdfcb13905b0ac7caba0efbf119c30a5e4637c8
parent7d1829acad2fc7809c4b10eeffeab4f427612a52
PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,
such as per-directory mod_rewrite substitutions.   This would be left floating
around in the request_rec with a pcalloc'ed value, so the core fixup
hook thought some module had overridden it.

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