You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2013/08/23 16:52:15 UTC

Fwd: svn commit: r1516872 - /httpd/httpd/trunk/docs/manual/caching.xml

would appreciate more eyes on this one

---------- Forwarded message ----------
From:  <co...@apache.org>
Date: Fri, Aug 23, 2013 at 10:48 AM
Subject: svn commit: r1516872 - /httpd/httpd/trunk/docs/manual/caching.xml
To: cvs@httpd.apache.org


Author: covener
Date: Fri Aug 23 14:48:34 2013
New Revision: 1516872

URL: http://svn.apache.org/r1516872
Log:
elaborate on the early/late vs "Authorization" header (vs. other forms of
authorization)

Modified:
    httpd/httpd/trunk/docs/manual/caching.xml

Modified: httpd/httpd/trunk/docs/manual/caching.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.xml?rev=1516872&r1=1516871&r2=1516872&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/caching.xml (original)
+++ httpd/httpd/trunk/docs/manual/caching.xml Fri Aug 23 14:48:34 2013
@@ -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.</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>

-- 
Eric Covener
covener@gmail.com