[
https://issues.apache.org/jira/browse/CONFIGURATION-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302572#comment-15302572
]
Oliver Heger commented on CONFIGURATION-632:
--------------------------------------------
When testing I found a general problem with interpolation of properties with
multiple values. I created CONFIGURATION-633 for this problem. This has to be
fixed first.
> 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: 1.9, 2.0
> 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)