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 "|".
Activity
Jody Garnett
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | patch_commit_210a4808f1b8.patch [ 59706 ] |
Jody Garnett
made changes -
| Assignee | Mark Leslie [ mleslie ] |
Jody Garnett
made changes -
| Attachment | geot4122.patch [ 59732 ] |
Jody Garnett
made changes -
| Attachment | stringEncoding.patch [ 59754 ] |
Jody Garnett
made changes -
| Attachment | geot4122.patch [ 59732 ] |
Jody Garnett
made changes -
| Attachment | patch_commit_210a4808f1b8.patch [ 59706 ] |
Jody Garnett
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 8.0-RC1 [ 18150 ] | |
| Resolution | Fixed [ 1 ] |
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.