You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Daniel Adrian (JIRA)" <ji...@apache.org> on 2007/05/22 18:38:16 UTC

[jira] Updated: (CONFIGURATION-270) INIConfiguration Does not support multi value keys

     [ https://issues.apache.org/jira/browse/CONFIGURATION-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Adrian updated CONFIGURATION-270:
----------------------------------------

    Component/s:     (was: Build)

> INIConfiguration Does not support multi value keys
> --------------------------------------------------
>
>                 Key: CONFIGURATION-270
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-270
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Daniel Adrian
>
> The INIConfiguration save(Writer writer) uses PrintWriter instead of using a class like PropertiesConfiguration.PropertiesWriter.
> Because of that the method uses getString(String key) to get the keys value (which return onlt the first element of the list) and in doing so there is no support for multi value keys.

-- 
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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org