]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1865: deny_info redirection with authentication related acls
authorserassio <>
Sun, 28 Jan 2007 22:37:46 +0000 (22:37 +0000)
committerserassio <>
Sun, 28 Jan 2007 22:37:46 +0000 (22:37 +0000)
commit9ce7856a41930ec3b23a0b12aa11b0894cde521a
tree6a3cd41bdbe38800b09695658b45f877fcc82271
parent4d075ba0a04d08da079d9d7760b4e6c7d31f5957
Bug #1865: deny_info redirection with authentication related acls

this patch modifies deny_info to not redirect when authentication
is required. Any redirect deny_info lines is ignored if the request
was not authenticated.

Forward port of 2.6 patch.
src/ACL.h
src/acl_noncore.cc
src/client_side_reply.cc
src/client_side_request.cc
src/forward.cc