summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-09-19 19:55:47 +0200
committerStefan Fritsch <sf@apache.org>2010-09-19 19:55:47 +0200
commit1008c272602551d6fef0d05e6f214c66f51de5c7 (patch)
tree6fb6a023cf6785c87e5ecf8a87a80aa57bcd9f9d /CHANGES
parentShorten the changes entries. (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07ccb14dd8..9acc74b41c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]