From: Stefan Fritsch Date: Sat, 25 Sep 2010 12:18:55 +0000 (+0000) Subject: Expand authz provider entry X-Git-Tag: 2.3.9~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351b6bc185254843f864dc65dabc64cd12a48503;p=thirdparty%2Fapache%2Fhttpd.git Expand authz provider entry git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 647727f284a..814d8b21d80 100644 --- 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]