A local StrLookup of the parent should be used by a SubsetConfiguration
-----------------------------------------------------------------------
Key: CONFIGURATION-375
URL: https://issues.apache.org/jira/browse/CONFIGURATION-375
Project: Commons Configuration
Issue Type: Improvement
Components: Interpolation
Affects Versions: 1.6
Reporter: Joerg Schaible
Assignee: Joerg Schaible
While it is quite easy to register a global StrLookup, it is not so easy
to work with the local ones. Especially since those are no longer available
for a SubsetConfiguration:
moduleA.value=${my:foo}
assertEquals("bar", config.getString("moduleA.value"));
assertEquals("bar", config.subset("moduleA").getString("value"));
The second assert fails.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.