From: Eric Covener Date: Mon, 7 Mar 2011 20:48:28 +0000 (+0000) Subject: split the Authorization entry into separate X-Git-Tag: 2.3.12~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e20231fe196f30cd862bb4ce63be3bb3d07818;p=apache split the Authorization entry into separate users vs. developers sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078939 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index a3b4730a0a..47c09225fd 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -176,6 +176,12 @@ clients which require such headers. (This affects all modules which use these environment variables.) +
mod_authz_coreAuthorization Logic Containers
+ +
Advanced authorization logic may now be specified using the + Require directive + and the related container directives, such as + <RequireAll>.
top
@@ -221,12 +227,10 @@ mod_include.
Authorization Logic Containers
- -
Advanced authorization logic may now be specified using the - Require directive - and the related container directives, such as - <RequireAll>, all - provided by the mod_authz_core module.
+ +
Authorization modules now register as a provider, via + ap_register_auth_provider(), to support advanced authorization logic, + such as <RequireAll>.
Small-Object Caching Interface
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 2bf80a61a2..35f6e9bd71 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -173,6 +173,13 @@ clients which require such headers. (This affects all modules which use these environment variables.) +
mod_authz_coreAuthorization Logic Containers
+ +
Advanced authorization logic may now be specified using the + Require directive + and the related container directives, such as + RequireAll.
@@ -218,13 +225,11 @@ mod_include.
Authorization Logic Containers
- -
Advanced authorization logic may now be specified using the - Require directive - and the related container directives, such as - RequireAll, all - provided by the mod_authz_core module.
+ +
Authorization modules now register as a provider, via + ap_register_auth_provider(), to support advanced authorization logic, + such as RequireAll.
Small-Object Caching Interface