]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2225 fix: method CONNECT acl wrongly applied to method GET
authorrousskov <>
Sat, 16 Feb 2008 00:26:00 +0000 (00:26 +0000)
committerrousskov <>
Sat, 16 Feb 2008 00:26:00 +0000 (00:26 +0000)
commit25c48de23cb5e7c1d4a04763cebe4460b70629fa
tree461a5e59056b62699d77f3bfe692677084e70fad
parentbe8fdd566f491809856823486f6b598d2cf81dff
Bug 2225 fix: method CONNECT acl wrongly applied to method GET

The method comparison operator was broken for all methods other than "other".

I did not check whether we need to do case-insensitive compare of method
strings when the method is "other". We have to if Squid does not convert all
unknown methods to uppercase.
src/HttpRequestMethod.h