]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: add cookie and scookie ACLs
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Apr 2012 16:57:55 +0000 (18:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Apr 2012 06:47:26 +0000 (08:47 +0200)
commit04aa6a9ce8f96f1af5dc1ca73a3c9a0922ab917c
tree388cb66f414cf5b293543acb331ed74aa7f302a6
parent4573af939caefc053856f6143be409a0971287f9
MEDIUM: http: add cookie and scookie ACLs

The ACL matches rely on the extract_cookie_value() function as used for
for patterns. This permits ACLs to match cookie values based on the cookie
name instead of having to perform substring matching on the cookie header.
doc/configuration.txt
src/proto_http.c