[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-544) String.toUpperCase(Locale) and tring.toLowerCase(Locale) in all components

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 25 06:15:18 EDT 2012


    [ https://issues.jboss.org/browse/JBOSGI-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687501#comment-12687501 ] 

Thomas Diesler commented on JBOSGI-544:
---------------------------------------

{code}
[tdiesler at tdvaio jbosgi-metadata]$ git grep toLowerCase
src/main/java/org/jboss/osgi/metadata/CaseInsensitiveDictionary.java:            this.delegate.put(key.toLowerCase(), delegate.get(key));
src/main/java/org/jboss/osgi/metadata/CaseInsensitiveDictionary.java:            key = ((String) key).toLowerCase();
{code}
                
> String.toUpperCase(Locale) and tring.toLowerCase(Locale) in all components
> --------------------------------------------------------------------------
>
>                 Key: JBOSGI-544
>                 URL: https://issues.jboss.org/browse/JBOSGI-544
>             Project: JBoss OSGi
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 1.2.0
>
>
> See AS7-4301 about the turkish locale problem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list