[
https://issues.apache.org/jira/browse/HTTPCLIENT-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1142.
-------------------------------------------
Resolution: Fixed
The fix looks reasonable. Committed to SVN trunk. It is really a shame 4.2a1
got shipped with such a silly one-liner bug.
Oleg
> 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
> Fix For: 4.2 Alpha2
>
> Attachments: bug.txt, work.txt
>
>
> 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]