]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix confusing typo about ACL -m ("now" vs "not")
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Oct 2025 07:11:51 +0000 (08:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Oct 2025 07:13:29 +0000 (08:13 +0100)
A one-letter typo in the doc update comint with commit 6ea50ba462 ("MINOR:
acl; Warn when matching method based on a suffix is overwritten") inverts
the meaning of the sentence. It was "is not allowed" and not
"is now allowed". Needs to be backported only if the commit above ever is
(unlikely).

doc/configuration.txt

index 43f25a8c7c82964af23e7b9e593bc6c56fabd198..35ab9c00b535e313ae5c4a62722cfb4995b29bd4 100644 (file)
@@ -19761,7 +19761,7 @@ default one for the criterion. This makes it possible to match contents in ways
 that were not initially planned, or with sample fetch methods which return a
 string. The matching method also affects the way the patterns are parsed. So,
 it must not be used with sample fetches with a matching suffix (_beg, _end,
-_sub...). In addition, specifying several "-m" pattern matching methods is now
+_sub...). In addition, specifying several "-m" pattern matching methods is not
 allowed.
 
 The "-n" flag forbids the dns resolutions. It is used with the load of ip files.