You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2010/06/21 20:59:16 UTC

svn commit: r956665 - /httpd/httpd/trunk/docs/manual/new_api_2_4.xml

Author: sf
Date: Mon Jun 21 18:59:16 2010
New Revision: 956665

URL: http://svn.apache.org/viewvc?rev=956665&view=rev
Log:
Note auth_checker hook change

Modified:
    httpd/httpd/trunk/docs/manual/new_api_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/new_api_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_api_2_4.xml?rev=956665&r1=956664&r2=956665&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_api_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_api_2_4.xml Mon Jun 21 18:59:16 2010
@@ -133,6 +133,7 @@
       <li>New EOR bucket type</li>
       <li>New function ap_process_async_request</li>
       <li>New functions ap_hook_check_access, ap_hook_check_authn, ap_hook_check_authz (why are these called ap_hook_* when they are functions not hooks?)</li>
+      <li>The auth_checker hook may be called with r-&gt;user == NULL</li>
     </ul>
   </section>