mosermw commented on code in PR #9304:
URL: https://github.com/apache/nifi/pull/9304#discussion_r1774118647


##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/HandleHttpRequest.java:
##########
@@ -380,7 +388,19 @@ synchronized void initializeServer(final ProcessContext 
context) throws Exceptio
         final String clientAuthValue = 
context.getProperty(CLIENT_AUTH).getValue();
         final Server server = createServer(context);
 
-        final StandardServerConnectorFactory serverConnectorFactory = new 
StandardServerConnectorFactory(server, port);
+        NiFiProperties nifiProperties = 
NiFiProperties.createBasicNiFiProperties(null);

Review Comment:
   Added a new commit that uses processor properties and moves some of the work 
into StandardServerConnectorFactory.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to