Hi Chris,

Have you tried
resetting org.apache.http.client.config.RequestConfig.DEFAULT?

Gary

On Tue, Jul 11, 2017 at 12:54 PM, Christopher Schultz <schu...@apache.org>
wrote:

> All,
>
> I have a conflict between two products that must operate in the same JVM
> and same ClassLoader. One product was based upon http-client 4.3 and
> another based upon 4.5. Nearly everything works (thanks for the great
> backward compatibility, folks!) except that the product relying upon 4.3
> semantics is expecting the default value for staleConnectionCheckEnabled to
> be "true" while it is "false" in the latest versions.
>
> Unfortunately, patching the code of the "older" product is very ...
> challenging.
>
> Is there a system property or anything like that I can use to change this
> default? Maybe a static setDefaultStateConnectionCheckEnabled(boolean)
> method? I realize that the whole staleConnectionCheckEnabled setting is
> deprecated, but having changed the default value for it is causing me some
> backward-compatibility headaches.
>
> Thanks,
> -chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
> For additional commands, e-mail: httpclient-users-h...@hc.apache.org
>
>

Reply via email to