commit | 5adeda1f6312edaf4ef8cd40b804a4cd9a2d0d35 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 31 22:13:34 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 03 02:13:01 2013 +0200 |
tree | 587313123d400c82b3e9d7e594009114886f3596 | |
parent | d76a98a5fcec954b1ec6b6a0b452eb3739c8970d [diff] |
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).