[jboss-jira] [JBoss JIRA] Commented: (JBAS-8684) default @Named not derived correctly for ISO-8859-1 fields

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue Nov 30 05:02:10 EST 2010


    [ https://jira.jboss.org/browse/JBAS-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566119#comment-12566119 ] 

Pete Muir commented on JBAS-8684:
---------------------------------

Moved issue to JBoss AS as this test (https://github.com/weld/core/commit/1309c53062dd31ae376cbda75b6036774832c50b) shows that Weld is correctly handling ISO-8859-1 characters for both bean name resolution and EL resolution.

> default @Named not derived correctly for ISO-8859-1 fields
> ----------------------------------------------------------
>
>                 Key: JBAS-8684
>                 URL: https://jira.jboss.org/browse/JBAS-8684
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JSF, Weld/CDI
>    Affects Versions: 6.0.0.M4
>            Reporter: Nicklas Karlsson
>            Priority: Minor
>
> not sure if this is AS setup, JSF or EL but for a producer method
>    @Produces
>    @Named("käyttäjä")
>    public Käyttäjä haeKäyttäjä()
>    {
>       return käyttäjä;
>    }
> using a plain @Named doesn't derive the correct name

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jboss-jira mailing list