commit | 49a1d28fcb69b87317ab7ae7f26505c69ec927d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 07 19:10:15 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 07 19:22:37 2020 +0200 |
tree | 715345332f1f86e0a40f93ec4925906e73f5ba76 | |
parent | a0be8595c61b9bfb2be55ac9540d221f02542961 [diff] |
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.