Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
27427
Description
Configuration does not honor the prefix delimiter generating subsets:
config:
test.a
testing.b
subconfig = config.subset("test");
subconfig:
a
ng.b
Obviously subconfig should have contained only a.
Patches for AbstractConfiguration and TestBaseConfiguration attached, all
junit tests work.