]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Jul 2022 15:41:31 +0000 (17:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Jul 2022 15:54:02 +0000 (17:54 +0200)
commit0eab050b040d4240d78e0c1eb4db937bcddc834f
tree1e8b8536d8b6d6197b41c70a18322f8acdced314
parent1d93217a057cb202a49b0fae2ebcffc32495fbe6
BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo

The scheme based normalization is not properly handled the URI's userinfo,
if any. First, the authority parser is not called with "no_userinfo"
parameter set. Then it is skipped from the URI normalization.

This patch must be backported as far as 2.4.
src/http_htx.c