You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2016/05/24 20:03:12 UTC

[jira] [Commented] (CONFIGURATION-632) Composite configuration list variable interpolation return first element only

    [ https://issues.apache.org/jira/browse/CONFIGURATION-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298799#comment-15298799 ] 

Oliver Heger commented on CONFIGURATION-632:
--------------------------------------------

Thank you for the report. In order to easier reproduce the problem, could you please post a short code fragment how the composite configuration is created and initialized? Thanks.

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