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

Pierre Villard resolved NIFI-7383.
----------------------------------
    Resolution: Feedback Received

Apache NiFi 1.x is no longer maintained and no new release is planned on the 
1.x release line. Marking as resolved as part of a cleanup operation. Please 
open a new one with an updated description if this is still relevant for NiFi 
2.x.

> Attribute value duplicated when using more than one escaped variable
> --------------------------------------------------------------------
>
>                 Key: NIFI-7383
>                 URL: https://issues.apache.org/jira/browse/NIFI-7383
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.11.3
>            Reporter: Dirk Daems
>            Priority: Major
>
> After upgrading to version 1.11.3, it looks like attribute values are 
> duplicated when using more than one escaped variable. E.g. in the 
> GenerateFlowFile processor, we have a property with value 
> /path/to/$${var1}$${var2}/$${var3}. When the flowfile is generated, the 
> actual value of the attribute is:
> /path/to/${var1}/path/to/${var1}${var2}/path/to/${var1}$${var2}/${var3}
> while we would expect:
> /path/to/${var1}${var2}/${var3}, like in the version we had installed before 
> (1.9.2)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to