chibenwa commented on code in PR #2491: URL: https://github.com/apache/james-project/pull/2491#discussion_r1831139228
########## server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/MailboxSetUpdatePerformer.scala: ########## @@ -87,6 +87,10 @@ object MailboxSetUpdatePerformer { case e: IllegalArgumentException => LOGGER.info("Illegal argument in Mailbox/set update", e) SetError.invalidArguments(SetErrorDescription(e.getMessage), None) + case e: DifferentDomainException => + LOGGER.info("Invalid arguments in Mailbox/set update", e) + Thread.currentThread().getStackTrace.foreach(println) Review Comment: Remove this debug statement -- 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-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org