summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-08-08 19:06:48 +0200
committerEric Covener <covener@apache.org>2013-08-08 19:06:48 +0200
commit693c93acf09161e042c1503d5277bcb79c29b870 (patch)
tree346bcd659b48fecf874bb875d3a8133416c1e385 /include
parentmention the change of default value for AllowOverride (diff)
downloadapache2-693c93acf09161e042c1503d5277bcb79c29b870.tar.xz
apache2-693c93acf09161e042c1503d5277bcb79c29b870.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h
index e7b0a3a7f8..d108392982 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -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