[
https://issues.apache.org/jira/browse/NIFI-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016134#comment-16016134
]
ASF subversion and git services commented on NIFI-3853:
-------------------------------------------------------
Commit be67f3552ba9abbb98aa29ab48c06264b77ab661 in nifi's branch
refs/heads/master from [~joewitt]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=be67f35 ]
NIFI-3853 fixing tests to properly encapsulate their environments
This closes #1822.
Signed-off-by: Bryan Bende <[email protected]>
> Escape configurations prior to writing flow.xml
> -----------------------------------------------
>
> Key: NIFI-3853
> URL: https://issues.apache.org/jira/browse/NIFI-3853
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Critical
> Fix For: 1.3.0
>
>
> If invalid characters are entered through the UI, they can corrupt the
> flow.xml.gz making it unparsable on future restarts. Once in this state, the
> flow.xml.gz needs to be hand-edited to remove the invalid characters.
> Characters outside the following ranges may cause issues:
> {code}
> #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)