]> git.kaiwu.me - haproxy.git/commit
REGTESTS: add a regtest to validate various NTLM transitions
authorWilly Tarreau <w@1wt.eu>
Mon, 4 May 2026 16:53:33 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 May 2026 16:58:19 +0000 (18:58 +0200)
commitdae302d479816c7d23c78c125a346245082e0852
tree16d7af0e72f35f8b7c02b3e5dced86d54088979b
parent4fc1e39371bc8a450300a4ac0068aba243ca7d61
REGTESTS: add a regtest to validate various NTLM transitions

This test first performs two successive requests over the same
connection where reuse is expected, then perform two 401 which must
both work, testing both the transition from null->sess, and sess->sess.

This test could be backported to detect changes related to private
sessions.

Thanks to Omkhar Arasaratnam for the test.
reg-tests/http-messaging/http-ntlm.vtc [new file with mode: 0644]