]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
elaborate on the early/late vs "Authorization" header (vs. other forms of
authorEric Covener <covener@apache.org>
Fri, 23 Aug 2013 14:48:34 +0000 (14:48 +0000)
committerEric Covener <covener@apache.org>
Fri, 23 Aug 2013 14:48:34 +0000 (14:48 +0000)
authorization)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516872 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml

index 5fc8ab9616f1f2ed22080d4c488816a7d6dbab0f..f08ed7a77f7ead6eafd59647639e51b3612df8fd 100644 (file)
               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.</p>
+  
+              <p> Requests with an "Authorization" header (for example, HTTP Basic
+              Authentication) are neither cacheable nor served from the cache 
+              when <module>mod_cache</module> is running in this phase.</p>
           </dd>
           <dt>Normal handler phase</dt>
           <dd>