On Wed, Jan 19, 2022 at 04:52:54AM +0100, Willy Tarreau wrote: > On Tue, Jan 18, 2022 at 07:04:00PM +0100, Lukas Tribus wrote: > > On Mon, 17 Jan 2022 at 19:37, <[email protected]> wrote: > > > > > > Hi > > > > > > Configuration uses 'no option http-use-htx' in defaults because of case > > > insensitivity. > > > Statistics path haproxy?stats is behind simple username/password and > > > both credentials are specified in config. > > > When accessing haproxy?stats, 2.0.25 works fine, but 2.0.26 returns 401: > > > > Confirmed and filed: > > https://github.com/haproxy/haproxy/issues/1516 > > Thanks for the report, bisect and reproducer! The problem is an off-by-one > that was left in the function which used to skip exactly one space. The > attached patch fixes it for me.
After a few more tests I've now merged the patch and closed the bug. I might release 2.0.27 today as time permits unless we find other things that need to be addressed there, which is why I preferred not to let it rot too long :-) Thanks! Willy

