]> granicus.if.org Git - apache/commit
More ap_expr updates:
authorStefan Fritsch <sf@apache.org>
Sun, 21 Nov 2010 19:51:41 +0000 (19:51 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 21 Nov 2010 19:51:41 +0000 (19:51 +0000)
commitb6649687a3a83479cdcbb6c06f2ce008501a5992
tree9c36411ef2495380886d0872e811a676d5551b67
parent7e4add122ce0800b03d88c4032ed119e9c73dfac
More ap_expr updates:
- minor bump for ap_expr_exec_re() introduced in r1037504
- actually commit the changes to allow using backreferences in SetEnvIfExpr
- automatically add the correct entries to the Vary-header if the result of
  an expression evaluation depends on a request header
  (can be turned off by setting the AP_EXPR_FLAGS_DONT_VARY flag)
- set AP_EXPR_FLAGS_DONT_VARY in mod_log_config's conditional logging
- fix various off-by-one errors in req_table_func

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037540 13f79535-47bb-0310-9956-ffa450edef68
include/ap_expr.h
include/ap_mmn.h
modules/loggers/mod_log_config.c
modules/metadata/mod_setenvif.c
server/util_expr_eval.c