[
https://issues.apache.org/jira/browse/COLLECTIONS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673928#action_12673928
]
Sebb commented on COLLECTIONS-294:
----------------------------------
Unfortunately, Locale(String) is Java 1.4+ only, and Collections still targets
1.3.
Replaced with Locale("tr","","") - which is what Java 1.4 does anyway
URL: http://svn.apache.org/viewvc?rev=744957&view=rev
Log:
COLLECTIONS-294: Replace Locale("tr") with Locale("tr","","") to be Java 1.3
compliant
> Fix case-insensitive string handling
> ------------------------------------
>
> Key: COLLECTIONS-294
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-294
> Project: Commons Collections
> Issue Type: Bug
> Components: Map
> Affects Versions: 3.2
> Reporter: Benjamin Bentmann
> Fix For: 3.3
>
> Attachments: COLLECTIONS-294-CaseInsensitiveMap.patch,
> COLLECTIONS-294.patch
>
>
> For example, the behavior of the {{CaseInsensitiveMap}} is currently
> platform-dependent, please see [Common Bug
> #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.