[
http://jira.jboss.com/jira/browse/JBSEAM-2710?page=all ]
Norman Richards closed JBSEAM-2710.
-----------------------------------
Fix Version/s: (was: 2.0.2.GA)
Resolution: Done
I added a uri-encoding parameter to manager on 2.1. If this turns out to be useful, we
can backport to 2.0.
Seam uses the wrong character set to encode URLs
------------------------------------------------
Key: JBSEAM-2710
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2710
Project: JBoss Seam
Issue Type: Bug
Reporter: Norman Richards
Assigned To: Norman Richards
Priority: Minor
Fix For: 2.1.0.GA
Seam encodes URL parameters using UTF-8. Tomcat decodes URLs using ISO-8859-1. This
leads to a number of problems. We need to find a way to make Seam and Tomcat use the same
encodings.
A workaround is to set URIEncoding="UTF-8" on the HTTP connector in the tomcat
server.xml.
This issue can be duplicated by entering non-standard characters into any field that will
be copied to a page parameter. The search fields on any seam-gen application will produce
the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira