[
https://issues.apache.org/jira/browse/NIFI-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850025#comment-15850025
]
Aldrin Piri commented on NIFI-3403:
-----------------------------------
Improvements/fixes to InvokeHTTP which would allow deprecation/removal of
Get/PostHTTP
> NPE in InvokeHTTP
> -----------------
>
> Key: NIFI-3403
> URL: https://issues.apache.org/jira/browse/NIFI-3403
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 0.7.1, 1.1.1
> Reporter: Brandon DeVries
> Priority: Minor
>
> InvokeHTTP throws an NPE when running in "source" mode if given a value for
> "Attributes to Send". If this value is set, it attempts to do\[1\]...
> {code}
> requestFlowFile.getAttributes(){code}
> ...without checking if requestFlowFile == null (which will be the case when
> running in "source" mode).
> \[1\]
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java#L859
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)