chibenwa commented on code in PR #2773: URL: https://github.com/apache/james-project/pull/2773#discussion_r2556660266
########## mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test: ########## @@ -39,7 +39,7 @@ S: OK C: AUTHENTICATE "PLAIN" S: \+ "" -C: user password +C: "user password" Review Comment: When authentication happens as part of continuation I am rather sure that the crediential must nt be quoted ```suggestion C: user password ``` CF https://datatracker.ietf.org/doc/html/rfc4616#section-4 -- 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]
