[
https://issues.apache.org/jira/browse/NIFI-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176419#comment-17176419
]
ASF subversion and git services commented on NIFI-7732:
-------------------------------------------------------
Commit 9e1e17d3f372cdb2ed3bc100a2e960faa179f159 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9e1e17d ]
NIFI-7732: When encountering the end of an Expression Language Expression in
the ELAwareParameterParser, ensure that we reset 'oddDollarCount' variable back
to false
> NiFi not substituting all Parameter Values for property
> -------------------------------------------------------
>
> Key: NIFI-7732
> URL: https://issues.apache.org/jira/browse/NIFI-7732
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Critical
> Fix For: 1.12.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If I configure UpdateAttribute with a property and reference two parameters
> as such:
> {code}
> ${#{firstParameter}:toLower()}_${#{secondParameter}:toLower()}
> {code}
> And assign values firstParameter = 'foo' and secondParameter = 'bar', I would
> expect 'foo_bar' but get a value of 'foo_'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)