[
https://issues.apache.org/jira/browse/NIFI-13577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868351#comment-17868351
]
ASF subversion and git services commented on NIFI-13577:
--------------------------------------------------------
Commit 11fdc44fb9e938e83d07a52220ca7195c4ac5422 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=11fdc44fb9 ]
NIFI-13577 Corrected null handling in Parameter Value Mapper (#9107)
> 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
> Priority: Major
> Fix For: 2.0.0-M5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)