]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
here we go. add a directive that will keep %2f from being
authorKen Coar <coar@apache.org>
Thu, 8 May 2003 20:49:33 +0000 (20:49 +0000)
committerKen Coar <coar@apache.org>
Thu, 8 May 2003 20:49:33 +0000 (20:49 +0000)
commit0aa07647feea216dfe7a0b58eb93af69e5f4d41b
tree45b58575cd920ceea719723e828b0266b8701a04
parente5bdff4dc691c11377809d40975545d463109783
here we go.  add a directive that will keep %2f from being
decoded into '/', allowing the *_walk to do their magic and
return 404 if it's in the path, and allowing it in the path-info.
backported from 2.1 dev.

PR: 14639 (et alia)
Reviewed by: nd, stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99741 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
include/ap_mmn.h
include/http_core.h
include/httpd.h
server/core.c
server/request.c
server/util.c