]> granicus.if.org Git - apache/commit
Provide a way for EXEC_ON_READ directives to see their context
authorEric Covener <covener@apache.org>
Fri, 30 Jan 2015 16:58:20 +0000 (16:58 +0000)
committerEric Covener <covener@apache.org>
Fri, 30 Jan 2015 16:58:20 +0000 (16:58 +0000)
commit2154a9de68745582f49281f28c60e256fb6bf16c
treeb371da7a8b9eba6767b845fac3ffd6c84b879dc1
parent2c3fe611bc2b4d20c3e3d2e24e325791d3299b59
Provide a way for EXEC_ON_READ directives to see their context
(parent directive).

Usually, this context is not also EXEC_ON_READ so it's not fully processed, so
e.g cmd->path is not fluffed up yet because the closing tag
of the section is not read yet and ap_check_cmd_context()
doesn't work)

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