[
https://issues.jboss.org/browse/JBOSGI-544?page=com.atlassian.jira.plugin...
]
Thomas Diesler commented on JBOSGI-544:
---------------------------------------
{code}
[tdiesler@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