]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.
authorStefan Fritsch <sf@apache.org>
Mon, 17 Jan 2011 11:02:38 +0000 (11:02 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 17 Jan 2011 11:02:38 +0000 (11:02 +0000)
commita38d3c9e232f9b28d7136e032b6972fcaf4545d7
treecd46820b1cac5c3c23ef16bd90e6a68a224fc9e8
parent90e46c5792c05ae0f7fe6a9faeff9bc5f609e27a
Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.

This makes <If> apply to all requests, not only to file base requests and
it allows to use <If> inside <Directory>, <Location>, and <Files> sections.

The merging of <If> sections always happens after the merging of <Location>
sections, even if the <If> section is embedded inside a <Directory> or
<Files> section.

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