Section 3.3.2.1, despite this, I did not see errors, as you describe, by methods such as:
public Response post( @Auth User user, @Valid Food food, @Context UriInfo uriInfo); public Response post( @Auth User user, @Valid Food food, @QueryParam String s); public Response post( @Auth User user, @Valid Food food, BooleanParam b);
Such a workaround might be to add an unused @QueryParam
or @Context
.
source share