-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Nightly Builds
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
Operating System: All
Platform: All
-
Bugzilla Id:27427
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.