Corrects a mistake in the HttpClient tutorial: 'attemp
t' variable isn't incremented Reported by Derek Alexander
<
dalexander at ukgateway.net
>
Contributed by Oleg Kalnichevski
Corrects a mistake in the HttpClient tutorial: 'attempt' variable isn't incremented Reported by Derek Alexander
<
dalexander at ukgateway.net
>
Contributed by Oleg Kalnichevski
PR #26060 (Log level for message should be debug instead of error) HttpMethod#getResponseBody
&
HttpMethod#getResponseBodyAsString changed to propagate IOException to the caller instead of logging and discarding it. The patch breaks 2.0 API compatibility. Cont
ributed by Oleg Kalnichevski
PR #10794 (User interaction for authentication) Changelog: * interactive authentication support * authentication realm key is now comprised of host name, port, realm name and authentication type * another bug fix in NTLMScheme class * InteractiveAuthenticationExample demo app Contributed by Oleg Kalnichevski Reviewed by Ortwin Gluek
&
Michael Becke
Fixed possible connection leak caused by lack of equals() and hashCode() on protocol socket factories. PR: 26139 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski and Roland Weber
branches: 1.1.2; Fixed possible connection leak caused by lack of equals() and hashCode() on protocol socket factories. PR: 26139 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski and Roland Weber
Fixed possible connection leak caused by lack of equals() and hashCode() on protocol socket factories. PR: 26139 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski and Roland Weber
Fixes the problem with NTLM authentication scheme failing to properly handle authentication failures caused by invalid credentials which results in an infinite loop in HttpMethodDirector
Contributed by Oleg Kalnichevski