pkelly-nifi commented on a change in pull request #5016:
URL: https://github.com/apache/nifi/pull/5016#discussion_r617842956
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
##########
@@ -857,6 +859,9 @@ public void onTrigger(ProcessContext context,
ProcessSession session) throws Pro
statusAttributes.put(STATUS_MESSAGE, statusMessage);
statusAttributes.put(REQUEST_URL, url.toExternalForm());
statusAttributes.put(TRANSACTION_ID, txId.toString());
+ if(context.getProperty(PROP_FOLLOW_REDIRECTS).asBoolean()) {
Review comment:
Just added the test. Thank you for your help.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]