[ 
https://issues.apache.org/jira/browse/CONFIGURATION-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595600#action_12595600
 ] 

[EMAIL PROTECTED] edited comment on CONFIGURATION-324 at 5/9/08 7:23 AM:
----------------------------------------------------------------------

It's not applications that produce line continuations, it's end users used to 
the properties file format that will create line continuations.  I would expect 
any format supported by properties to be supported by Ini.  Wouldn't it be easy 
enough to reuse the properties reader?  

http://www.cloanto.com/specs/ini.html is a good definition of a tolerant ini 
file reader

      was (Author: [EMAIL PROTECTED]):
    It's not applications that produce line continuations, it's end users used 
to the properties file format that will create line continuations.  I would 
expect any format supported by properties to be supported by Ini.  Wouldn't it 
be easy enough to reuse the properties reader?
  
> INIConfiguration does not support line continuation
> ---------------------------------------------------
>
>                 Key: CONFIGURATION-324
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-324
>             Project: Commons Configuration
>          Issue Type: Improvement
>          Components: Documentation, Format
>    Affects Versions: 1.5
>            Reporter: Charles Honton
>            Priority: Minor
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to