You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Try to configure HttpClient via HttpClientBuilder.
2. Fail because openid4java uses its own HttpClientFactory instead, which calls
the DefaultHttpClient constructor.
What is expected?
openid4java uses an injectable HttpClientBuilder to construct its HttpClient.
What version of the product are you using? On what operating system?
0.9.8
Please provide any additional information below.
DefaultHttpClient is deprecated and shouldn't be used directly.
Original issue reported on code.google.com by [email protected] on 17 Jun 2014 at 8:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Jun 2014 at 8:14The text was updated successfully, but these errors were encountered: