quantranhong1999 commented on a change in pull request #791:
URL: https://github.com/apache/james-project/pull/791#discussion_r767459613
##########
File path:
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java
##########
@@ -210,9 +212,9 @@ protected ChannelUpstreamHandler createCoreHandler() {
ImapChannelUpstreamHandler coreHandler;
Encryption secure = getEncryption();
if (secure != null && secure.isStartTLS()) {
- coreHandler = new ImapChannelUpstreamHandler(hello, processor,
encoder, compress, plainAuthDisallowed, secure, imapMetrics);
+ coreHandler = new ImapChannelUpstreamHandler(hello, processor,
encoder, compress, plainAuthDisallowed, secure, plainAuthEnabled, imapMetrics);
Review comment:
I will solve this when rebasing Tung PR so I can reuse his code.
--
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]