User development,
A new message was posted in the thread "german umlauts get lost":
http://community.jboss.org/message/519996#519996
Author : Martin Putz
Profile :
http://community.jboss.org/people/mputz
Message:
--------------------------------------------------------------
Andre,
here are some things to check:
1. Check if the RequestDumperValve is enabled in deploy/jboss-web.deployer/server.xml.
2. Check for any other valves or filters which try to read out the request parameters,
either by calling request.getParameterValues() or request.getParameter(name). If there is
such a valve or filter, remove it.
3. Have a look at
https://jira.jboss.org/jira/browse/JBWEB-110 and inspect the
conf/jboss-log4.xml config file if DEBUG level logging is enabled for
"org.apache.jasper.servlet.JspServlet".
-Martin
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519996#519996