]> granicus.if.org Git - apache/commit
Make ap_check_cmd_context() treat <If> sections like <File> sections.
authorStefan Fritsch <sf@apache.org>
Wed, 7 Nov 2012 08:33:05 +0000 (08:33 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 7 Nov 2012 08:33:05 +0000 (08:33 +0000)
commit289ead8ef7efc306ceaaa0645ac898a6c31ecb9d
tree932ebeac5724e7f298af5f69803e47360d8a7e2d
parent0d734757ab7c08827a7090aca1daf120700aad43
Make ap_check_cmd_context() treat <If> sections like <File> sections.
This is necessary to properly disallow directives that don't work in
<If>.

A separate NOT_IN_IF flag may be nicer, but would create much more
hassle when being backported to 2.4.

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