Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-270

INIConfiguration Does not support multi value keys

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4
    • 1.5
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            ebourg Emmanuel Bourg
            paradoxpixel Daniel Adrian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: