[
https://issues.apache.org/jira/browse/NIFI-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579688#comment-14579688
]
ASF subversion and git services commented on NIFI-625:
------------------------------------------------------
Commit 86cbfab14ad13ce5adbb591deae9c8d46fd7274e in incubator-nifi's branch
refs/heads/develop from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=86cbfab ]
NIFI-625: Fixed bug in expression language that caused EL not to get evaluated
if enclosed within curly braces
> ReplaceText does not substitute Expression Language if embedded within curly
> braces
> -----------------------------------------------------------------------------------
>
> Key: NIFI-625
> URL: https://issues.apache.org/jira/browse/NIFI-625
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework, Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.2.0
>
> Attachments:
> 0001-NIFI-625-Fixed-bug-in-expression-language-that-cause.patch
>
>
> It is unclear if this is a problem with the framework or the processor at
> this point. When I tried to replace "(.*)" with the json:
> {"id": "${nextInt()}", "text": "Hello"}
> The result was:
> {"id": "${nextInt()}", "text": "Hello"}
> However, if I remove the curly braces around the text I get:
> "id": "1", "text": "Hello"
> which is the desired behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)