I have a jax-rs service which receives a set of parameters in the path, pathparameters. These parameters may be strings containing values not suitable for urls, so they are urle
Quote from PathParam javadoc:
The value is URL decoded unless this is disabled using the Encoded annotation.