[
https://issues.apache.org/jira/browse/NIFI-8475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Turcsanyi updated NIFI-8475:
----------------------------------
Summary: EL query parser can produce wrong output when input contains
multiple escaped expressions (was: EL query parser can produce wrong output
when multiple escaped expressions are used)
> EL query parser can produce wrong output when input contains multiple escaped
> expressions
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-8475
> URL: https://issues.apache.org/jira/browse/NIFI-8475
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.13.2
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> It can be replicated with GenerateFlowFile using 'Custom Text':
> {noformat}
> aaa $${var1} bbb
> ccc $${var2} ddd
> {noformat}
> Output:
> {noformat}
> aaa ${var1}aaa ${var1} bbb
> ccc ${var2} ddd
> {noformat}
> Expected output:
> {noformat}
> aaa ${var1} bbb
> ccc ${var2} ddd
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)