double byte encoding issue of the Seam Debug Page
-------------------------------------------------
Key: JBSEAM-1135
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1135
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Hiroyuki Wada
The encoding of the Seam Debug Page isn't UTF-8 now, so the Seam Debug Page show
garbage characters when Context have double byte characters.
I think it should be set UTF-8 to content type in SeamDebugPhaseListener.java as follows.
response.setContentType("text/html; UTF-8");
--
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