You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2021/01/25 06:30:00 UTC

[jira] [Created] (FELIX-6380) Make configuration map case-insensitive

Carsten Ziegeler created FELIX-6380:
---------------------------------------

             Summary: 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
             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)