]> granicus.if.org Git - apache/commit
here we go. add a directive that will keep %2f from being
authorKen Coar <coar@apache.org>
Thu, 23 Jan 2003 21:34:13 +0000 (21:34 +0000)
committerKen Coar <coar@apache.org>
Thu, 23 Jan 2003 21:34:13 +0000 (21:34 +0000)
commited1b061853149c02f03cf42f7eb8cf7ed617648d
treed6ed25f54e16e712496ff63a5b16aed19d1a265d
parentef5ae046c9dab4138d59171b41e1ecee99c27fe6
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.

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