[
https://issues.apache.org/jira/browse/FELIX-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved FELIX-6380.
-------------------------------------
Resolution: Fixed
Implemented in
https://github.com/apache/felix-dev/commit/12c52d0fd3d1e2a593c34ed347ec3937eb8ea3ce
> Make configuration map case-insensitive
> ---------------------------------------
>
> Key: FELIX-6380
> URL: https://issues.apache.org/jira/browse/FELIX-6380
> Project: Felix
> Issue Type: Improvement
> Components: Configurator
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: cm.json-1.0.4
>
>
> Configuration admin treats configuration property keys case-insensitive, for
> example "hello" and "heLLo" are the same keys.
> The dictionary/map returned by cm.json is not case-insensitive - which can
> lead to strange situations where the configuration json resource can be read
> but not applied to configuration admin due to duplicate keys.
> The used dictionary/map should use case-insensitive keys as well avoiding
> these problems
--
This message was sent by Atlassian Jira
(v8.3.4#803005)