haproxy/reg-tests/checks
Christopher Faulet 6072beb214 MINOR: http-ana: Match on the path if the monitor-uri starts by a /
if the monitor-uri starts by a slash ('/'), the matching is performed against
the request's path instead of the request's uri. It is a workaround to let the
HTTP/2 requests match the monitor-uri. Indeed, in HTTP/2, clients are encouraged
to send absolute URIs only.

This patch is not tagged as a bug, because the previous behavior matched exactly
what the doc describes. But it may surprise that HTTP/2 requests don't match the
monitor-uri.

This patch may be backported to 2.1 because URIs of HTTP/2 are stored using the
absolute-form starting this version. For previous versions, this patch will only
helps explicitely absolute HTTP/1 requests (and only the HTX part because on the
legacy HTTP, all the URI is matched).

It should fix the issue #509.
2020-02-18 16:29:29 +01:00
..
1be_40srv_odd_health_checks.vtc REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
4be_1srv_health_checks.vtc REGTESTS: checks: make 4be_1srv_health_checks more reliable 2019-08-01 09:53:36 +02:00
4be_1srv_smtpchk_httpchk_layer47errors.vtc REGTEST: Make this reg test be Linux specific. 2019-04-30 11:56:52 +02:00
40be_2srv_odd_health_checks.vtc REGTEST: exclude osx and generic targets for 40be_2srv_odd_health_checks 2019-04-25 08:39:48 +02:00
common.pem REGTEST: Add a reg test for health-checks over SSL/TLS. 2019-01-08 10:10:18 +01:00
http-monitor-uri.vtc MINOR: http-ana: Match on the path if the monitor-uri starts by a / 2020-02-18 16:29:29 +01:00
tcp-check_multiple_ports.vtc REGTESTS: server/cli_set_fqdn requires version 1.8 minimum 2019-10-22 13:06:59 +02:00
tls_health_checks.vtc REGTEST: extend the check duration on tls_health_checks and mark it slow 2019-05-17 17:16:20 +02:00