From: Eric Covener Date: Fri, 23 Aug 2013 14:39:20 +0000 (+0000) Subject: drop the repeated phrase about Authorization, since it only applies to the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68528c0709c369fe823905880e028d7568feac12;p=thirdparty%2Fapache%2Fhttpd.git drop the repeated phrase about Authorization, since it only applies to the default value of CacheQuickHandler. Other pieces of the manual refer to authorization and caching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516867 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 80fa83532ab..00f996fcac5 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -569,8 +569,7 @@ header. CacheIgnoreCacheControl directive allows this behavior to be overridden. CacheIgnoreCacheControl On tells the server to attempt to serve the resource from the cache even - if the request contains no-cache header values. Resources requiring - authorization will never be cached.

+ if the request contains no-cache header values. CacheIgnoreCacheControl On @@ -791,8 +790,7 @@ LastModified date. directive allows this behavior to be overridden. CacheStorePrivate On tells the server to attempt to cache the resource even if it contains - private header values. Resources requiring authorization will - never be cached.

+ private header values. CacheStorePrivate On @@ -825,8 +823,7 @@ LastModified date. CacheStoreNoStore directive allows this behavior to be overridden. CacheStoreNoStore On tells the server to attempt to cache the resource even if it contains - no-store header values. Resources requiring authorization will - never be cached.

+ no-store header values. CacheStoreNoStore On