[
https://issues.apache.org/jira/browse/NIFI-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566465#comment-17566465
]
ASF subversion and git services commented on NIFI-10196:
--------------------------------------------------------
Commit 0dea0ae364c3492d7f12b2238880729a2a55d3b0 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0dea0ae364 ]
NIFI-10196 Corrected Jolt UI CSRF Header Handling
Signed-off-by: Matthew Burgess <[email protected]>
This closes #6198
> JoltTransformJSON fails to validate and save specs in 1.16.2
> ------------------------------------------------------------
>
> Key: NIFI-10196
> URL: https://issues.apache.org/jira/browse/NIFI-10196
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.16.0, 1.16.2
> Reporter: Andre Araujo
> Assignee: David Handermann
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In NiFi 1.16.2 something seems to have been broken in the JoltTransformJSON
> processor.
> When I go to the ADVANCED page in the processor properties and enter a valid
> spec and input, the processor fails to validate them correctly, showing
> "Error occurred during validation". If I try to save it, I get "Error
> occurred during save properties".
> I tried the same spec and input in a 1.15.3 and the same worked correctly.
> Spec:
> {code}
> [
> {
> "operation": "shift",
> "spec": {
> "*": "shifted_&"
> }
> }
> ]
> {code}
> Input:
> {code}
> {
> "a": 123
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)