ConfigurationUtils.convertToHierarchical() does not correctly handle properties
with multiple values
----------------------------------------------------------------------------------------------------
Key: CONFIGURATION-346
URL: https://issues.apache.org/jira/browse/CONFIGURATION-346
Project: Commons Configuration
Issue Type: Bug
Affects Versions: 1.5
Reporter: Oliver Heger
Assignee: Oliver Heger
If a property has multiple values, the resulting hierarchical configuration
will contain a node whose value is a list with these values. There should,
however, be a single node for each value. Some queries, especially those
containing indices, do not work on such structures.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.