You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2022/06/30 17:55:00 UTC

[jira] [Created] (NIFI-10186) PutFTP handling of variable registry needs touchups

Paul Grey created NIFI-10186:
--------------------------------

             Summary: PutFTP handling of variable registry needs touchups
                 Key: NIFI-10186
                 URL: https://issues.apache.org/jira/browse/NIFI-10186
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Paul Grey


NIFI-10158 added fixes to variable registry handling for ListFTP.  Equivalent fixes seem to be needed for PutFTP.

I can avoid this problem by use of this code:
{code:java}
runnerPut.setValidateExpressionUsage(false);{code}



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