users@jersey.java.net

[Jersey] Re: Override FOLLOW_REDIRECTS on a per-invocation basis

From: Maarten Boekhold <boekhold_at_gmx.com>
Date: Tue, 03 Mar 2015 16:53:57 +0400

Sorry, it's working, I was setting FOLLOW_REDIRECTS on the wrong builder :S

Maarten

On 2015-03-03 16:08, Maarten Boekhold wrote:
> Hi,
>
> Trying to set the ClientProperties.FOLLOW_REDIRECTS property on a
> specific invocation, and it doesn't seem to work. Can this property
> only be specified on a new Client instance? If so, is there an easy
> way to clone an existing Client? Or worse, is this a global property?
>
> Maarten