commit | 04aa6a9ce8f96f1af5dc1ca73a3c9a0922ab917c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 06 18:57:55 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 07 08:47:26 2012 +0200 |
tree | 388cb66f414cf5b293543acb331ed74aa7f302a6 | |
parent | 4573af939caefc053856f6143be409a0971287f9 [diff] |
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.