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

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

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)