The server method is as follows:
@POST
@Path("/add")
@Consumes("application/json")
@Produces("application/json")
public BooleanWrapper add(Item item,
@Context HttpServletRequest request,
@Context HttpServletResponse response) {
item.frenchText has french accented words.
--
View this message in context: http://jersey.576304.n2.nabble.com/code-for-UTF-8-issue-tp4439022p5739122.html
Sent from the Jersey mailing list archive at Nabble.com.