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

INIConfiguration does not support line continuation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5
    • 1.6
    • Documentation, Format
    • None

    Description

      INIConfiguration does not support line continuation. See http://en.wikipedia.org/wiki/INI_file#Escapes for a description. Using INIConfiguration to read the following file:

      [section1]
      dotted.var1 = \
      foo
      var2 = doodle

      Produces the following contents:
      section1.dotted.var1= \
      section1.foo=

      I expected the following contents:
      section1.dotted.var1= foo

      Attachments

        Activity

          People

            oheger Oliver Heger
            chonton Charles Honton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: