Infinite loop on NTLM authentication
------------------------------------
Key: HTTPCLIENT-1142
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1142
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.2 Alpha1
Environment: All
Reporter: VoD
I got an infinite loop on NTLM authentication if the authentication failed (bad
credentials).
The state FAILED of the NTLM sheme is never catched in the method authenticate
of the class HttpAuthenticator (line 123).
I fix temporatily this bug by adding a case for the protocol state HANDSHAKE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]