I am using Spring MVC to handle my request and I need to send an String to do a search. I am sending, for example, Caçapava, but somewhere it was converting to this Caçapva, everywhere I was looking for my encoding is set to UTF-8. I am using Jackson to handle my JSON and ExtJs to build my view. My request is ok, so the problem is not with my ExtJs request.
Request parameters:
Query String Parameters
_dc:1363866108143
nomeCidade:Caçapava
page:1
start:0
limit:50
Anyone could help me?