You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "mbaechler (via GitHub)" <gi...@apache.org> on 2023/02/15 21:39:09 UTC

[GitHub] [james-project] mbaechler commented on a diff in pull request #1442: JAMES-3884 One ImapProcessor set per IMAP server

mbaechler commented on code in PR #1442:
URL: https://github.com/apache/james-project/pull/1442#discussion_r1107753395


##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java:
##########
@@ -194,6 +194,8 @@ private static Integer parseLiteralSizeLimit(HierarchicalConfiguration<Immutable
     @VisibleForTesting static ImapConfiguration getImapConfiguration(HierarchicalConfiguration<ImmutableNode> configuration) {
         ImmutableSet<String> disabledCaps = ImmutableSet.copyOf(Splitter.on(CAPABILITY_SEPARATOR).split(configuration.getString("disabledCaps", "")));
 
+        System.out.println(configuration.getProperties("customProperties"));

Review Comment:
   debug spotted



-- 
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: notifications-unsubscribe@james.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org