From: Amos Jeffries Date: Sun, 28 Aug 2011 06:14:58 +0000 (-0600) Subject: Remove hierarchy_stoplist default value X-Git-Tag: SQUID_3_1_15~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7cfdc0c6b1396e667feb29790714e70b9660c39;p=thirdparty%2Fsquid.git Remove hierarchy_stoplist default value This should have been done long ago with the other dynamic website handling changes. It has caused a certain amount of confusion when things which apparently should go to peers fail to reach them. --- diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 87adfe16d3..8eb7092a96 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1143,6 +1143,9 @@ NOCOMMENT_START header_replace

Deprecated. Use request_header_replace or reply_header_replace instead. + hierarchy_stoplist +

Default value altered to no content, allowing dynamic websites to be fetched through peers. + http_port transparent intercept ssl-bump connection-auth[=on|off] ignore-cc

Option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does. For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support.

diff --git a/src/cf.data.pre b/src/cf.data.pre index 95b0af907c..a5aaefc82e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2185,12 +2185,11 @@ DOC_START be handled directly by this cache. In other words, use this to not query neighbor caches for certain objects. You may list this option multiple times. - Note: never_direct overrides this option. -NOCOMMENT_START -# We recommend you to use at least the following line. -hierarchy_stoplist cgi-bin ? -NOCOMMENT_END + Example: + hierarchy_stoplist cgi-bin ? + + Note: never_direct overrides this option. DOC_END COMMENT_START