Philippe Perrault created CONFIGURATION-632:
-----------------------------------------------
Summary: Composite configuration list variable interpolation
return first element only
Key: CONFIGURATION-632
URL: https://issues.apache.org/jira/browse/CONFIGURATION-632
Project: Commons Configuration
Issue Type: Bug
Components: Interpolation
Affects Versions: 2.0, 1.9
Environment: linux
Reporter: Philippe Perrault
CompositeConfiguration.getStringArray, with variable interpolation returns only
the first element of the list
e.g.
key1=a,b,c
key2=${key1}
CompositeConfiguration.getStringArray(key2) = a
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)