Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.0-RC1
-
Component/s: None
-
Labels:None
Description
When reading and writing properties files there is no allowance for the data to contain "|".
The test cases show it working; and I also added a few extra tests around the handling of "multi-line" values in a property file. We have two solutions in the current code base. One based on a search and replace of "\\n" with "\n" and the second based on supporting lines ending with "\\" as per the property file spec.