Joseph Percivall created NIFI-3614:
--------------------------------------
Summary: HandleHttpResponse doesn't properly handle "not number"
status codes
Key: NIFI-3614
URL: https://issues.apache.org/jira/browse/NIFI-3614
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.1.1, 0.7.1
Reporter: Joseph Percivall
Assignee: Joseph Percivall
Priority: Minor
HandleHttpResponse has a check for "isNumber" for the statusCode but the
resulting block doesn't have a return statement[1] so it just continues to
attempt to execute and hits a "not most up to date version of flowfile"
exception.
[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/HandleHttpResponse.java#L138
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)