]> granicus.if.org Git - apache/commit
Introduce the map_to_storage hook, which allows modules to bypass
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Aug 2001 23:43:19 +0000 (23:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 Aug 2001 23:43:19 +0000 (23:43 +0000)
commit307ab558867a23cf46bdc3eb69e44c769e9adf98
tree0c2f313234a7f2e1ab14b0a7882fa05e975c4326
parent2a2a31a5424058e68b31f6d570b3cd211f378358
  Introduce the map_to_storage hook, which allows modules to bypass
  the directory_walk and file_walk for non-file requests.  TRACE
  shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
  directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.

  A seperate patch to mod_proxy is required to short circuit both the
  TRACE and directory_walk/file_walk stuff.  That patch is next.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90665 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_request.h
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/http/mod_core.h
server/core.c
server/request.c