From: Eric Covener Date: Fri, 23 Aug 2013 14:48:34 +0000 (+0000) Subject: elaborate on the early/late vs "Authorization" header (vs. other forms of X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a39353622e568139e76a714625b7c72d2fce1f;p=thirdparty%2Fapache%2Fhttpd.git elaborate on the early/late vs "Authorization" header (vs. other forms of authorization) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 5fc8ab9616f..f08ed7a77f7 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -185,6 +185,10 @@ server processing is bypassed. This mode however also bypasses the authentication and authorization phases of server processing, so this mode should be chosen with care when this is important.

+ +

Requests with an "Authorization" header (for example, HTTP Basic + Authentication) are neither cacheable nor served from the cache + when mod_cache is running in this phase.

Normal handler phase