Hi, Jersians:
We're using Jersey client.
As I understand it, Jersey provides contextual encoding on parameters
and paths to avoid double encoding.
In our case, double encoding is exactly what we want.
Is the least invasive approach to use UriComponent.encode() on strings
prior
to passing them in to the methods of the WebResource (rather than dive
into
the lower layer of UriBuilder)?
Also, are there any plans to expose a flag to switch from contextual
to absolute encoding?
Thanks in advance (and apologies if the question is FAQtitious),
Erik Hennum