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]

Reply via email to