commit | d27689e952b09e1222c04b4cb238dbb5d797a5f2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 18 14:51:51 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 18 16:29:23 2020 +0100 |
tree | bfc7cd592d5d0ac66ed1fef1f64729f39fd67712 | |
parent | b5e62679aaf1369b9a8f5604d8ab438e6bc70e2d [diff] |
BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive The monitor-uri should be case-sensitive. In reality, the scheme and the host part are case-insensitives and only the path is case-sensive. But concretely, since the start, the matching on the monitor-uri is case-sensitive. And it is probably the expected behavior of almost all users. This patch must be backported as far as 1.9. For HAProxy 2.0 and 1.9, it must be applied on src/proto_htx.c.