oetiker / mojolicious-plugin-spnego

Provide SPNEGO NTLM authentication to Mojolicious applications
Other
2 stars 4 forks source link

fix handshake when Browser sends NTML Type1 token immediately #3

Closed tomk3003 closed 7 years ago

tomk3003 commented 7 years ago

The fix is trival. I just check for the NTLM token first and set status to 'expectType1' if its already there. I left 2 IMHO helpful debug messages in. Feel free to delete them.

oetiker commented 7 years ago

thanks