mosermw commented on code in PR #9304:
URL: https://github.com/apache/nifi/pull/9304#discussion_r1772254362
##########
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:
This is a fair point and I will make the changes.
My motivation was simply trying to avoid property creep rather than taking a
short-cut. You may (or may not!) be surprised how many users think
nifi.properties also applies to Processors.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]