Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3
-
None
-
None
Description
Currently, PropertiesConfiguration will trim all trailing whitespace from property values. This is different from how java.util.Properties behaves. The Javadoc explicitly states
All remaining characters on the line become part of the associated element string
The responsible code is in the method readProperty() of PropertiesReader.
Attachments
Issue Links
- incorporates
-
CONFIGURATION-716 PropertiesConfiguration: Escape sequence handling different from Properties
- Resolved
- links to