David Handermann created NIFI-13577:
---------------------------------------
Summary: Correct Null Handling in Mapped Parameter Values
Key: NIFI-13577
URL: https://issues.apache.org/jira/browse/NIFI-13577
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
Fix For: 2.0.0-M5
Recent changes to the main branch refactoring handling of values from Parameter
Providers introduced a Parameter Value Mapper interface for determining how to
serialize Parameter Values. The initial implementation did not check for a null
value prior to passing the value to the sensitive value encryptor, creating the
possibility for NullPointerExceptions. The Standard Parameter Value Mapper
should be corrected to check for a null input value and return a null as the
mapped value.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)