users@jersey.java.net

[Jersey] Re: Wrong behaviour of getQueryParameters()?

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 11 Oct 2013 10:14:40 +0200

This bug has been fixed in Jersey 2.3

Marek

On Sep 18, 2013, at 4:32 PM, Reto Bachmann-Gmür <reto_at_gmuer.ch> wrote:

> Hi
>
> After updating from Jeresey 1.X to 2.2 I had to change my code to invoke UriInfo.getQueryParameters(true) instead of getQueryParameters() to get the decoded paramater values. I'm getting the UriInfo from an @Context annotated setter in a MBW.
>
> Did I miss a specification change or is this a bug?
>
> Cheers,
> Reto