Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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:
#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
Attachments
Attachments
Issue Links
- relates to
-
NIFI-7414 NiFi fails to startup if it encounters some unicode characters in the flow.xml.gz
- Resolved
- links to