haproxy/reg-tests/http-errorfiles
Christopher Faulet 3b967c1210 MINOR: http-htx/proxy: Add http-error directive using http return syntax
The http-error directive can now be used instead of errorfile to define an error
message in a proxy section (including default sections). This directive uses the
same syntax that http return rules. The only real difference is the limitation
on status code that may be specified. Only status codes supported by errorfile
directives are supported for this new directive. Parsing of errorfile directive
remains independent from http-error parsing. But functionally, it may be
expressed in terms of http-errors :

  errorfile <status> <file> ==> http-errror status <status> errorfile <file>
2020-05-20 18:27:14 +02:00
..
errors MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules 2020-05-20 18:27:13 +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
http_return.vtc