From 59b049d706cf4b6b09f116a65d708555bd2759fe Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 21 Jun 2010 18:59:16 +0000 Subject: [PATCH] Note auth_checker hook change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956665 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_api_2_4.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/new_api_2_4.xml b/docs/manual/new_api_2_4.xml index 96c36ea186..b6e7d4cde2 100644 --- a/docs/manual/new_api_2_4.xml +++ b/docs/manual/new_api_2_4.xml @@ -133,6 +133,7 @@
  • New EOR bucket type
  • New function ap_process_async_request
  • 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?)
  • +
  • The auth_checker hook may be called with r->user == NULL
  • -- 2.50.1