Hi, there.
I'm having difficulties trying to decode URI parameters into UTF8.
I tried setting URIEncoding="UTF-8" and useBodyEncodingForURI="true" Connector
properties. Didn't work.
I tried adding a Filter by following the example at
http://tompson.wordpress.com/2007/01/29/encoding-filter-for-java-web-applications/
. This worked for me (in a windows env).
When I moved the application to linux (debian etch) I found out it was not
working.
I tried setting CATALINA_OPTS= -Duser.language=es unsuccessfully (my system
LANG=en_US.UTF-8).
Any suggestions?
King degards.