You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2006/08/04 19:56:50 UTC

svn commit: r428800 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Author: bnicholes
Date: Fri Aug  4 10:56:50 2006
New Revision: 428800

URL: http://svn.apache.org/viewvc?rev=428800&view=rev
Log:
revert the definitive bit for the reject directive.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml?rev=428800&r1=428799&r2=428800&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml Fri Aug  4 10:56:50 2006
@@ -125,9 +125,7 @@
     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,