You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2010/09/25 14:18:55 UTC

svn commit: r1001202 - /httpd/httpd/trunk/CHANGES

Author: sf
Date: Sat Sep 25 12:18:55 2010
New Revision: 1001202

URL: http://svn.apache.org/viewvc?rev=1001202&view=rev
Log:
Expand authz provider entry

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1001202&r1=1001201&r2=1001202&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Sep 25 12:18:55 2010
@@ -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]