ottoka commented on a change in pull request #750:
URL: https://github.com/apache/james-project/pull/750#discussion_r754386559
##########
File path:
protocols/netty/src/main/java/org/apache/james/protocols/netty/NettyServer.java
##########
@@ -122,6 +122,7 @@ protected ChannelPipelineFactory
createPipelineFactory(ChannelGroup group) {
maxCurConnectionsPerIP,
group,
secure != null ? secure.getEnabledCipherSuites() : null,
+ secure != null ? secure.getClientAuth() : null,
Review comment:
Right, just did it this way to mimic the line above.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]