]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acl: Only allow one '-m' matching method
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Aug 2025 15:43:07 +0000 (17:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Sep 2025 13:45:05 +0000 (15:45 +0200)
commitc51ddd5c384d0bfb914db9ee12f70d5449d51f75
tree346fb6074b12366136cf1e2bad1a656042bedb3f
parentd09d7676d024f12a92390d7589895a2c4bae8e2b
MINOR: acl: Only allow one '-m' matching method

Several '-m' explicit matching method was allowed, but only the last one was
really used. There is no reason to specify several matching method and it is
most probably an error or a lack of understanding of how matchings are
performed. So now, an error is triggered during the configuration parsing to
avoid any bad usage.
src/acl.c