users@jersey.java.net

[Jersey] Wrong behaviour of getQueryParameters()?

From: Reto Bachmann-Gmür <reto_at_gmuer.ch>
Date: Wed, 18 Sep 2013 16:32:11 +0200

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