Re: Clearing the credentials cache in httpclient 4

2014-01-16 Thread Dennis Heimbigner
Oleg Kalnichevski wrote: On Thu, 2014-01-16 at 13:21 -0700, Dennis Heimbigner wrote: As I understand it, in httpclient 4, each credentials provider is solely responsible for caching of credentials. Actually it is AuthCache [1]. That does not seem correct to me. I looked at AuthCache

Re: Clearing the credentials cache in httpclient 4

2014-01-16 Thread Dennis Heimbigner
, I will use your proposed solution for now. Oleg Kalnichevski wrote: On Thu, 2014-01-16 at 15:16 -0700, Dennis Heimbigner wrote: Oleg Kalnichevski wrote: On Thu, 2014-01-16 at 13:21 -0700, Dennis Heimbigner wrote: As I understand it, in httpclient 4, each credentials provider is solely

Changing parameters after HttpClientBuilder.build() has been called.

2013-10-29 Thread Dennis Heimbigner
After I have materialized the HttpClient instance using HttpClientBuilder.build(), I later may need to change the associated information such as proxy and user agent. I can find no non-deprecated mechanism for doing this. What is the proper way to do this?