]> granicus.if.org Git - apache/commit
This is just too easy to not do it: Add an 'expr' authz provider that allows
authorStefan Fritsch <sf@apache.org>
Tue, 28 Sep 2010 21:33:44 +0000 (21:33 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 28 Sep 2010 21:33:44 +0000 (21:33 +0000)
commita10a4e4f2f41447ab4e92c806fe1408a617bd22c
treef541496d724c024f140a958f3aaa7744a5d303d0
parentaffc4cf328a12f0a77f9788d2d4a517e1c9d7b53
This is just too easy to not do it: Add an 'expr' authz provider that allows
arbitrary expressions in Require lines.

The main issue I wanted to fix was that the env provider only allows to
check for the existance of an envvar but not the contents.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002363 13f79535-47bb-0310-9956-ffa450edef68
include/ap_expr.h
modules/aaa/mod_authz_core.c
server/util_expr.c