]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Fri, 14 Jan 2000 15:37:03 +0000 (15:37 +0000)
committerwessels <>
Fri, 14 Jan 2000 15:37:03 +0000 (15:37 +0000)
commit53cb32a9322972e8642949ec4051a2786b1effad
treea92c6f9e09a6a4898086bd6a57f02df726ebadc0
parent89552eab4aff31e38ae616b5a26e0bfc359c2001
DW:
 - Bug fix with Config.onoff.enable_purge flag.  The PURGE method is
   kind of dangerous.  It would be allowed by default for most access
   control configurations because its not mentioned specifically.
   Thus, we don't allow any PURGE requests unless the PURGE method
   is mentioned in the access list configuration.  Before the fix we
   set the enable flag, but it never got cleared upon a reconfigure.
   Also users complain that defining an ACL that is never used in
   an access list shouldn't trip this flag.  With the fix, the PURGE
   method must be referenced in the 'http_access' list, and we make
   sure to clear the flag on reconfigure.
src/acl.cc
src/cache_cf.cc
src/client_side.cc
src/protos.h
src/structs.h