]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-ana: fix NTLM response parsing again
authorWilly Tarreau <w@1wt.eu>
Thu, 7 May 2020 17:10:15 +0000 (19:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 May 2020 17:22:37 +0000 (19:22 +0200)
commit49a1d28fcb69b87317ab7ae7f26505c69ec927d9
tree715345332f1f86e0a40f93ec4925906e73f5ba76
parenta0be8595c61b9bfb2be55ac9540d221f02542961
BUG/MINOR: http-ana: fix NTLM response parsing again

Commit 9df188695f ("BUG/MEDIUM: http-ana: Handle NTLM messages correctly.")
tried to address an HTTP-reuse issue reported in github issue #511 by making
sure we properly detect extended NTLM responses, but made the match case-
sensitive while it's a token so it's case insensitive.

This should be backported to the same versions as the commit above.
src/http_ana.c