users@jersey.java.net

[Jersey] Override FOLLOW_REDIRECTS on a per-invocation basis

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

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