From: hno <> Date: Thu, 29 Aug 2002 03:48:22 +0000 (+0000) Subject: Documented the change in proxy authentication forwarding among cache peers X-Git-Tag: SQUID_3_0_PRE1~808 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c90fbf467c2c22e19647389462d67349252d161f;p=thirdparty%2Fsquid.git Documented the change in proxy authentication forwarding among cache peers --- diff --git a/ChangeLog b/ChangeLog index 6e03d6c9bc..64bd003a3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,10 @@ Changes to squid-2.5 (): - Login and password send to Basic auth helpers is now URL escaped to allow for spaces and other "odd" characters in logins and passwords + - Proxy Authentication is no longer blindly forwarded to peer + caches if not used locally. If forwarding of proxy authentication + is desired then it must now be configured with the login=PASS + cache_peer option. - Responses with Vary: in the header are now cached by squid. (Henrik Nordstrom).