]> granicus.if.org Git - apache/commitdiff
Expand authz provider entry
authorStefan Fritsch <sf@apache.org>
Sat, 25 Sep 2010 12:18:55 +0000 (12:18 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 25 Sep 2010 12:18:55 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001202 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 647727f284ad2e733b13a3c9863dafb0a99a6c15..814d8b21d809e3cca4db7298eca34b90f5fb165b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,9 @@ Changes with Apache 2.3.9
      [Graham Leggett]
 
   *) mod_authz_core: Allow authz providers to check args while reading the
-     config and allow to cache parsed args. [Stefan Fritsch]
+     config and allow to cache parsed args. Move 'all' and 'env' authz
+     providers from mod_authz_host to mod_authz_core. Add 'method' authz
+     provider depending on the HTTP method.  [Stefan Fritsch]
 
   *) mod_include: Move the request_rec within mod_include to be
      exposed within include_ctx_t. [Graham Leggett]