[
https://issues.apache.org/jira/browse/NIFI-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679424#comment-16679424
]
ASF subversion and git services commented on NIFI-5798:
-------------------------------------------------------
Commit 3ba0c0ca82b6bf2eb7d855e2b9025a7a9ccb324c in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=3ba0c0c ]
NIFI-5798: Fixed bug in FlattenJson that was escaping text as Java instead of
escaping as JSON
Signed-off-by: Pierre Villard <[email protected]>
This closes #3138.
> FlattenJson improperly escapes special characters
> -------------------------------------------------
>
> Key: NIFI-5798
> URL: https://issues.apache.org/jira/browse/NIFI-5798
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.9.0
>
>
> FlattenJSON uses a "String Escape Policy" of ESCAPE_JAVA instead of
> ESCAPE_JSON. This results in valid JSON characters getting escaped as hex
> characters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)