[ 
https://issues.apache.org/jira/browse/NIFI-8301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-8301.
----------------------------------
    Resolution: Fixed

> Escaping Parameter references not working
> -----------------------------------------
>
>                 Key: NIFI-8301
>                 URL: https://issues.apache.org/jira/browse/NIFI-8301
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.14.0, 1.13.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a processor/controller service attempts to escape a parameter reference, 
> the escaping is ignored. For example, if I use GenerateFlowFile and I add 3 
> user-defined properties to it:
> abc1 = #\{abc}
> abc2 = ##\{abc}
> abc3 = ${#\{abc}}
> And I define a Parameter Context with a parameter: abc = xyz
> The FlowFile generated should have the following attributes:
> abc1 = xyz
> abc2 = #\{abc}
> abc3 = xyz
> But the output actually has the following attributes:
> abc1 = xyz
> abc2 = xyz
> abc3 = xyz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to