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


##########
nifi-commons/nifi-jetty-configuration/src/main/java/org/apache/nifi/jetty/configuration/connector/StandardServerConnectorFactory.java:
##########
@@ -68,6 +68,8 @@ public class StandardServerConnectorFactory implements 
ServerConnectorFactory {
 
     private String[] includeSecurityProtocols = INCLUDE_ALL_SECURITY_PROTOCOLS;
 
+    private int maxRequestHeaderSize = 8192;

Review Comment:
   I renamed this variable and the method name in this class to align with 
Jetty HttpConfiguration.



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

Reply via email to