MINOR: No longer rely on deprecated sample fetches for predefined ACLs
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 15:24:04 +0000 (17:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Apr 2021 08:13:37 +0000 (10:13 +0200)
commit2c9c0c980071b073c605577bbc75cf6119bcba99
treed4c4d04b012e8963548db0bad004d2a62f721285
parent7f314c91d954e2307696d33745ddb139759a360e
MINOR: No longer rely on deprecated sample fetches for predefined ACLs

Some predefined ACLs were still based on deprecated sample fetches, like
req_proto_http or req_ver. Now, they use non-deprecated sample fetches. In
addition, the usage lines in the configuration manual have been updated to
be more explicit.

(cherry picked from commit 779184e35e4468d86419fb1935ca3491f1081d0b)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
doc/configuration.txt
src/acl.c