]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: config: explain how default matching method for ACL works
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 09:49:41 +0000 (10:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 09:49:41 +0000 (10:49 +0100)
commit4f4fea417b2c80b2db738a8cf2ea0a3c67ccfc7b
tree8c4d52003391e5ec92d5d35f45464e0c23d2196c
parent7fe0c62516ac0cb54290f8b6febe351038792e98
DOC: config: explain how default matching method for ACL works

In issue #698, it's made apparent that the default matching method for
ACL keywords can be confusing when a converter is applied, because
depending on the converters used, users may think that the default
matching method from the sample fetch name might apply to the whole
expression. It's easier to understand that this doesn't make sense
when thinking about converters turning to completely different types
(e.g. hdr_beg(host),do_resolve() returns an IP, thus it's obvious
that _beg makes no sense at all).  This patch states this in the
doc to avoid future confusion.
doc/configuration.txt