[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2621) debug page missing url-encoding for component viewing

Norman Richards (JIRA) jira-events at lists.jboss.org
Thu Mar 13 14:10:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2621?page=comments#action_12402776 ] 
            
Norman Richards commented on JBSEAM-2621:
-----------------------------------------

Yes, it is a potential problem.  Seam and JSF by default encode to UTF-8.  Tomcat, by default decodes ISO-8859-1.   I recommend changing tomcat's default.  You can change Seam's default encoding strategy, but the JSF RI chooses the coding style based on the response document encoding.  (I think)   

It's all one big mess.  I think it's best to opt for UTF-8 everywhere.




> debug page missing url-encoding for component viewing
> -----------------------------------------------------
>
>                 Key: JBSEAM-2621
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2621
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF Integration
>    Affects Versions: 2.0.1.GA
>         Environment: JBoss 4.2.2.GA
>            Reporter: Nicklas Karlsson
>         Assigned To: Pete Muir
>            Priority: Minor
>             Fix For: 2.0.2.GA, 2.1.0.GA
>
>
> If I have a component named "käyttäjä", I can see it on the debug page but clicking on the link goes to 
> .../debug.seam?name=käyttäjä&cid=1 and the component contents is not listed. The correct form in this case should be .../debug.seam?name=k%e4ytt%e4j%e4&cid=1

-- 
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

       




More information about the seam-issues mailing list