I receive a GET response to this web service
@GET @Path(\"/nnnnnn\") public Response pfpfpfpf(@BeanParam NNNNNN n)
The cla
The solution that works for me is :
on the servlet, i should do this:
request.setCharacterEncoding("UTF-8");
and then on the html page i had to add this: