]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Documented the change in proxy authentication forwarding among cache peers
authorhno <>
Thu, 29 Aug 2002 03:48:22 +0000 (03:48 +0000)
committerhno <>
Thu, 29 Aug 2002 03:48:22 +0000 (03:48 +0000)
ChangeLog

index 6e03d6c9bc6392723031df6a77026350301146f3..64bd003a3b829bde651ca1a11f7c7a81e1fe5419 100644 (file)
--- 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).