Folks,
I started working with Spring Roo and STS 2.3 some time ago and started facing issues with encoding of latin characters - the characters would get to my controller methods all weird.
After posting to the Roo forums and upgrading to STS 2.6, I found out that the issue only happens in STS tcServer. If I run my app in a standalone tomcat or through maven tomcat plugin, the encoding issues goes away.
I tried to set URIEncoding to UTF-8 in the http connector but it didn't resolve the issue.
Any ideas?


Reply With Quote
