Hi,
I upgraded my sever to use Jersey 2.0 (mainly to use the new Async support).
My sever (Serve A) is using REST APIs to call another server that uses Jersey 1.7 (Server B).
The problem is that server B uses UriInfo to getQueryParameters but the query parameters are not decode automatically (not even when calling getQueryParameters with true)
I'd appreciate your help and support.
Thanks,
Dana.