[
https://issues.apache.org/jira/browse/NIFI-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540987#comment-16540987
]
ASF subversion and git services commented on NIFI-5278:
-------------------------------------------------------
Commit 7b28b914cd6ca4c5f0d566a8726ca02ebd38f3c2 in nifi's branch
refs/heads/support/nifi-1.7.x from [~petertoth]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=7b28b91 ]
NIFI-5278: fixes JSON escaping of code
Change-Id: I2cb0e6c658d4a0f2aad9c4aab9201a3334ee54df
NIFI-5278: adds Apache Commons Text to NOTICE
Change-Id: I8185239b0a888c16159b18f13d6682ba350cc766
NIFI-5278: adds tests
Change-Id: I9286ac71bc7399e5bdc1e6602609b5e8829db27e
NIFI-5278: fixes review findings
Change-Id: I292c93dae877cf1cd146f3897b7e132b6afac801
Signed-off-by: Matthew Burgess <[email protected]>
This closes #2768
> ExecuteSparkInteractive processor fails on code containing a quote
> ------------------------------------------------------------------
>
> Key: NIFI-5278
> URL: https://issues.apache.org/jira/browse/NIFI-5278
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.6.0
> Reporter: Peter Toth
> Priority: Major
> Fix For: 1.8.0, 1.7.1
>
>
> ExecuteSparkInteractive usesĀ
> org.apache.commons.lang.StringEscapeUtils.escapeJavaScript() which results
> quotes to be escaped as \'. This breaks JSON payload of the Livy REST API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)