[
https://issues.apache.org/jira/browse/CONFIGURATION-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Heger resolved CONFIGURATION-327.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.6
A new class {{HierarchicalINIConfiguration}} was created, which provides
enhanced functionality and is also a truly hierarchical configuration. It
correctly deals with variables with dots in their names in the global section.
> INIConfiguration Global parameters alias sectional parameters
> -------------------------------------------------------------
>
> Key: CONFIGURATION-327
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-327
> Project: Commons Configuration
> Issue Type: Bug
> Components: Documentation, Format
> Affects Versions: 1.5
> Reporter: Charles Honton
> Assignee: Oliver Heger
> Fix For: 1.6
>
> Attachments: INIConfiguration.diff, TestINIConfiguration.diff
>
>
> After reading the following file with INIConfiguration
> default = ok
> dotted.var1 = default
> [section1]
> dotted.var1 = foo
> var2 = doodle
> The set of sections returned by INIConfiguration.getSections() includes
> "dotted" and "section1". I did not expect a section "dotted".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.