Spring controller GET request UTF-8 parameters not properly recognized

If this happens only to GET requests (and not POST requests for instance) then the solution is to add URIEncoding=”UTF-8″ into the <connector> tag in server.xml (Tomcat).

Leave a comment