Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
29171
Description
I've a patch that makes BasePropertiesConfiguration (more) compatible with
the standard java.util.Properties file format by accepting one of "=: \r\n\t\f"
as the key/value separator char. Also added a overwriteValues property to
determine how duplicate keys are handled; setOverwriteValues(false) causes
the same behaviour as j.u.Properties