]> granicus.if.org Git - apache/commitdiff
revert the definitive bit for the reject directive.
authorBradley Nicholes <bnicholes@apache.org>
Fri, 4 Aug 2006 17:56:50 +0000 (17:56 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 4 Aug 2006 17:56:50 +0000 (17:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428800 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.xml

index 0c0e0af905bce0a040094eaaeea082d251b3aa81..d3644576b609d0cd217b2a52659ddeb3680a7d0a 100644 (file)
@@ -125,9 +125,7 @@ requests from accessing a resource</description>
     it rejects which authenticated users or host based requests from accessing a resource.  The 
     restrictions are processed by authorization modules.  See the 
     <directive module="mod_authz_core">Require</directive> directive for details 
-    about usage.  If found as part of the authorization rules, the reject directive
-    is definitive.  In other words, if the reject statements is satisfied, the entire request
-    is automatically rejected no matter what other require rules may exist.</p>
+    about usage.</p>
 </usage>
 
 <seealso><a href="../howto/auth.html">Authentication, Authorization,