You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2023/01/06 09:29:13 UTC

[GitHub] [james-project] chibenwa commented on a diff in pull request #1363: SMTP AuthCmdHandler support doDelegation method

chibenwa commented on code in PR #1363:
URL: https://github.com/apache/james-project/pull/1363#discussion_r1063272110


##########
server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java:
##########
@@ -1420,7 +1420,7 @@ public void testAuthShouldFailedWhenUserPassIsNotBase64Decoded() throws Exceptio
         smtpProtocol.sendCommand("AUTH PLAIN");
         smtpProtocol.sendCommand("canNotDecode");
         assertThat(smtpProtocol.getReplyString())
-            .contains("501 Could not decode parameters for AUTH PLAIN");
+            .contains("535 Authentication Failed");

Review Comment:
   Is this a regression?



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