Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0
-
None
Description
Upgrade of HttpClient from v4.5.x to v5.0 causes a NTLM proxy authentication failure (s. attached test class NtlmProxyAuthenticationTest.java with generated log file NtlmProxyAuthenticationTest.log).
Error logged:
01:27:20.360 [main] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator - Authentication failed ---------------------------------------- 407 authenticationrequired
The same class implemented with HttpClient v4.5.x does not have any proxy issues and connects to the target as expected.