Red Hat Bugzilla – Bug 781136
NotifyFiles appends a new line character in stringNotification() method to the original content.
Last modified: 2018-03-29 17:46:55 EDT
project_key: SOA See linked issue.
Link: Added: This issue Cloned from SOA-2058
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character.+NotifyFiles will append a new line character at the end of a string when using the stringNotification() method. It does this if the string does not end with a valid character. This is a problem when the aim is to simply save some file content.