]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: acl: add option -m to change the pattern matching method
authorWilly Tarreau <w@1wt.eu>
Sun, 31 Mar 2013 20:13:34 +0000 (22:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:13:01 +0000 (02:13 +0200)
commit5adeda1f6312edaf4ef8cd40b804a4cd9a2d0d35
tree587313123d400c82b3e9d7e594009114886f3596
parentd76a98a5fcec954b1ec6b6a0b452eb3739c8970d
MAJOR: acl: add option -m to change the pattern matching method

ACL expressions now support "-m" in addition to "-i" and "-f". This new
option is followed by the name of the pattern matching method to be used
on the extracted pattern. This makes it possible to reuse existing sample
fetch methods with other matching methods (eg: regex). A "found" matching
method ignores any pattern and only verifies that the required sample was
found (useful for cookies).
doc/configuration.txt
include/types/acl.h
src/acl.c