[
https://issues.apache.org/jira/browse/COLLECTIONS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595862#action_12595862
]
Henri Yandell commented on COLLECTIONS-294:
-------------------------------------------
Definitely for the ExtendedProperties, it's obviously using English as a Locale.
I'm less convinced by CaseInsensitiveMap. Instead it seems that either:
a) It should have a Locale parameter to the constructor
b) It should be rewritten to be a CaseInsensitiveMap [ie: depend on
equalsIgnoreCase], and not a ToLowerCaseMap as it currently is.
> 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
> Attachments: 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.