]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_expr related fixes/enhancements:
authorStefan Fritsch <sf@apache.org>
Sun, 21 Nov 2010 17:22:26 +0000 (17:22 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 21 Nov 2010 17:22:26 +0000 (17:22 +0000)
commit6ef1911acc7e848d88e3ff505cc2a018f41cd903
tree1e7426949ebbbaabf473b1e173951a73435b3118
parent5976d449e3c97789cf7006038c1b08d0a9001ab8
ap_expr related fixes/enhancements:
- implement regex backreferences and make them available for setting
  envvars in SetEnvIfExpr
- implement nested function calls in %-syntax: %{func1:%{func2:arg}}
- actually implement evaluation of concatenation operator (oops...)
- Fix <If ... > treating an internal error as success

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037504 13f79535-47bb-0310-9956-ffa450edef68
include/ap_expr.h
modules/aaa/mod_authz_core.c
server/request.c
server/util_expr_eval.c
server/util_expr_parse.c
server/util_expr_parse.h
server/util_expr_parse.y
server/util_expr_private.h
server/util_expr_scan.c
server/util_expr_scan.l