diff options
author | Stefan Fritsch <sf@apache.org> | 2010-09-19 19:55:47 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-09-19 19:55:47 +0200 |
commit | 1008c272602551d6fef0d05e6f214c66f51de5c7 (patch) | |
tree | 6fb6a023cf6785c87e5ecf8a87a80aa57bcd9f9d /CHANGES | |
parent | Shorten the changes entries. (diff) | |
download | apache2-1008c272602551d6fef0d05e6f214c66f51de5c7.tar.xz apache2-1008c272602551d6fef0d05e6f214c66f51de5c7.zip |
Allow authz providers to check args while reading the config and allow
them to cache parsed args.
Use this to check that argument to 'all' provider is 'granted' or 'denied'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.9 + *) mod_authz_core: Allow authz providers to check args while reading the + config and allow to cache parsed args. [Stefan Fritsch] + *) mod_include: Move the request_rec within mod_include to be exposed within include_ctx_t. [Graham Leggett] |