]> granicus.if.org Git - apache/commitdiff
split the Authorization entry into separate
authorEric Covener <covener@apache.org>
Mon, 7 Mar 2011 20:48:28 +0000 (20:48 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Mar 2011 20:48:28 +0000 (20:48 +0000)
users vs. developers sections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078939 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_4.html.en
docs/manual/new_features_2_4.xml

index a3b4730a0a062b52b458006424b2983a4b946b98..47c09225fd8f9df5eb37294858b9fcf42dc0294c 100644 (file)
       clients which require such headers. (This affects all modules which
       use these environment variables.)</dd>
 
+      <dt><code class="module"><a href="./mod/mod_authz_core.html">mod_authz_core</a></code>Authorization Logic Containers</dt>
+
+      <dd>Advanced authorization logic may now be specified using the
+          <code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code> directive
+          and the related container directives, such as
+          <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>.</dd>
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
           <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>.</dd>
 
       <dt>Authorization Logic Containers</dt>
-
-      <dd>Advanced authorization logic may now be specified using the
-          <code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code> directive
-          and the related container directives, such as
-          <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>, all
-          provided by the <code class="module"><a href="./mod/mod_authz_core.html">mod_authz_core</a></code> module.</dd>
+      
+      <dd>Authorization modules now register as a provider, via
+      ap_register_auth_provider(), to support advanced authorization logic,
+      such as <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>.</dd>
 
       <dt>Small-Object Caching Interface</dt>
 
index 2bf80a61a2321c8c8a5b43ee46f346aad6997d31..35f6e9bd710701d96679ef536b6a859662df826f 100644 (file)
       clients which require such headers. (This affects all modules which
       use these environment variables.)</dd>
 
+      <dt><module>mod_authz_core</module>Authorization Logic Containers</dt>
+
+      <dd>Advanced authorization logic may now be specified using the
+          <directive module="mod_authz_core">Require</directive> directive
+          and the related container directives, such as
+          <directive module="mod_authz_core"
+          type="section">RequireAll</directive>.</dd>
     </dl>
   </section>
 
           <module>mod_include</module>.</dd>
 
       <dt>Authorization Logic Containers</dt>
-
-      <dd>Advanced authorization logic may now be specified using the
-          <directive module="mod_authz_core">Require</directive> directive
-          and the related container directives, such as
-          <directive module="mod_authz_core"
-          type="section">RequireAll</directive>, all
-          provided by the <module>mod_authz_core</module> module.</dd>
+      
+      <dd>Authorization modules now register as a provider, via
+      ap_register_auth_provider(), to support advanced authorization logic,
+      such as <directive module="mod_authz_core" type="section"
+      >RequireAll</directive>.</dd>
 
       <dt>Small-Object Caching Interface</dt>