[
https://issues.apache.org/jira/browse/CONFIGURATION-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511095
]
Oliver Heger commented on CONFIGURATION-275:
--------------------------------------------
Actually this seems to be a problem of AbstractConfiguration.addProperty(),
which does not handle collection parameters properly when delimiter parsing is
disabled.
> ConfigurationUtils.append() doesn't merge list properties
> ---------------------------------------------------------
>
> Key: CONFIGURATION-275
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-275
> Project: Commons Configuration
> Issue Type: Bug
> Affects Versions: 1.4
> Reporter: Emmanuel Bourg
> Priority: Minor
> Fix For: 1.5
>
>
> ConfigurationUtils.append() appends the list object instead of the list
> elements to the target list. If the list [X, Y] is appended to the list [A,
> B], the result is [A, B, [X, Y]] instead of [A, B, X, Y]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]