By trautonen
via blog.eluder.org
Published: Jan 29 2013 / 10:02
Java servlet spec defines ISO-8859-1 as the default character encoding for POST requests, which might cause problems in environments using UTF-8 as default. This post describes a resolution for the issue in a multi application server environment with Guice's servlet module.
Add your comment