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

Emmanuel Bourg updated CONFIGURATION-326:
-----------------------------------------

    Affects Version/s: 1.5
           Issue Type: Improvement  (was: Bug)

> INIConfiguration does not provide a way to get global subset
> ------------------------------------------------------------
>
>                 Key: CONFIGURATION-326
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-326
>             Project: Commons Configuration
>          Issue Type: Improvement
>          Components: Documentation, Format
>    Affects Versions: 1.5
>            Reporter: Charles Honton
>
> There does not appear to be a way to get the global section from 
> INIConfiguration.subset().  As an example,  with the file
> ; start
> default = ok
> var1 = default
> []
> var1 = empty1
> var2 = empty2
> ; end 
> calling INIConfiguration.subset("")  or INIConfiguration.subset(null) returns 
> a Configuration with the contents:
> var1 = empty1
> var2 = empty2
> I expected that INIConfiguration.subset(null) would return a Configuration 
> with the contents:
> default = ok
> var1 = default

-- 
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