]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add some features to ap_expr for use by mod_include:
authorStefan Fritsch <sf@apache.org>
Sat, 28 May 2011 07:01:47 +0000 (07:01 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 28 May 2011 07:01:47 +0000 (07:01 +0000)
commita8c135f27e4708965029944662676c15d30541be
tree3a2a37299e21f4cbe5b27766ccb35d90c5f61645
parent4895498e38c7208449b2da23d6da68453c4034ad
Add some features to ap_expr for use by mod_include:
 * a restricted mode that does not allow to bypass request access restrictions
 * new variables DOCUMENT_URI (alias for REQUEST_URI), LAST_MODIFIED
 * -A as an alias for -U
 * an additional data entry in ap_expr_eval_ctx_t for use by the consumer
 * an extensible ap_expr_exec_ctx() API that allows to use that data entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128564 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/expr.xml
include/ap_expr.h
include/ap_mmn.h
server/util_expr_eval.c