would appreciate more eyes on this one ---------- Forwarded message ---------- From: <cove...@apache.org> Date: Fri, Aug 23, 2013 at 10:48 AM Subject: svn commit: r1516872 - /httpd/httpd/trunk/docs/manual/caching.xml To: c...@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 cove...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org