1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

access_checker_ex runs immediately after access_checker,

which both must run well before auth_checker. No other contrast is possible so
assuming this doc is just a typo.

access_checker vs. access_checker_ex is discussed here:

    Subject: svn commit: r964156 - in /httpd/httpd/trunk: docs/manual/developer/ include/ modules/aaa/ server/
    http://svn.apache.org/viewvc?rev=964156&view=rev



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1511878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2013-08-08 17:06:48 +00:00
parent 658ec132f1
commit 693c93acf0

View File

@@ -422,7 +422,7 @@ AP_DECLARE_HOOK(int,access_checker,(request_rec *r))
/**
* This hook is used to apply additional access control and/or bypass
* authentication for this resource. It runs *before* a user is authenticated,
* but after the auth_checker hook.
* but after the access_checker hook.
* This hook should be registered with ap_hook_check_access_ex().
*
* @param r the current request