--------------------- PatchSet 12135 Date: 2008/05/26 22:49:36 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Bug #1955: Clarify refresh_pattern override-expire option override-expire applies to both Expires and CC max-age, but comments only mention Expires.. Members: src/cf.data.pre:1.450.2.18->1.450.2.19 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.450.2.18 retrieving revision 1.450.2.19 diff -u -r1.450.2.18 -r1.450.2.19 --- squid/src/cf.data.pre 26 May 2008 22:49:07 -0000 1.450.2.18 +++ squid/src/cf.data.pre 26 May 2008 22:49:36 -0000 1.450.2.19 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.450.2.18 2008/05/26 22:49:07 hno Exp $ +# $Id: cf.data.pre,v 1.450.2.19 2008/05/26 22:49:36 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -2951,9 +2951,10 @@ negative-ttl=NN override-expire enforces min age even if the server - sent a Expires: header. Doing this VIOLATES the HTTP - standard. Enabling this feature could make you liable - for problems which it causes. + sent an explicit expiry time (e.g., with the + Expires: header or Cache-Control: max-age). Doing this + VIOLATES the HTTP standard. Enabling this feature + could make you liable for problems which it causes. override-lastmod enforces min age even on objects that were modified recently.