haproxy/reg-tests/http-errorfiles
Christopher Faulet 9467f18d32 BUG/MINOR: http-rules: Fix ACLs parsing for http deny rules
The parsing of http deny rules with no argument or only the deny_status argument
is buggy if followed by an ACLs expression (starting with "if" or "unless"
keyword). Instead of using the proxy errorfiles, a dummy error is used. To fix
the bug, the parsing function must also check for "if" or "unless" keyword in
such cases.

This patch should fix the issue #720. No backport is needed.
2020-06-30 09:32:03 +02:00
..
errors MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules 2020-05-20 18:27:13 +02:00
errorfiles.vtc REGTEST: Add a simple script to tests errorfile directives in proxy sections 2020-06-22 10:35:38 +02:00
http-error.vtc MINOR: http-htx/proxy: Add http-error directive using http return syntax 2020-05-20 18:27:14 +02:00
http_deny_errors.vtc MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules 2020-05-20 18:27:13 +02:00
http_errors.vtc BUG/MINOR: http-rules: Fix ACLs parsing for http deny rules 2020-06-30 09:32:03 +02:00
http_return.vtc