This is an automated email from the ASF dual-hosted git repository.
quantranhong1999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from c779705ec1 Bump org.postgresql:postgresql in
/server/apps/scaling-pulsar-smtp
new a5465b3219 JAMES-4210 POP3: add a test to verify SASL exchange closure
upon client disconnection
new 7711ad16f8 JAMES-4210 SMTP: should close SASL exchange upon client
disconnection
new c49ef4d1ba JAMES-4210 IMAP: close SASL exchanges upon disconnection
new 9972dfe3c6 JAMES-4210 Drop SaslExchange.abort
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../james/protocols/api/sasl/SaslExchange.java | 7 +-
.../james/protocols/api/sasl/SaslExchangeTest.java | 98 -------------
.../api/sasl/SaslMechanismContractTest.java | 18 +--
.../imap/api/process/ImapSaslExchangeTracker.java | 109 +++++++++++++++
.../imap/processor/AuthenticateProcessor.java | 32 ++---
.../imap/processor/AuthenticateProcessorTest.java | 12 --
.../protocols/smtp/core/esmtp/AuthCmdHandler.java | 44 ++++--
.../apache/james/utils/FixedNameSaslMechanism.java | 4 -
.../netty/ImapChannelUpstreamHandler.java | 12 ++
.../imapserver/netty/AbstractIMAPServerTest.java | 94 +++++++++++--
.../netty/IMAPServerSaslExchangeLifecycleTest.java | 153 +++++++++++++++++++++
.../james/pop3server/core/AuthCmdHandler.java | 17 +--
.../apache/james/pop3server/POP3ServerTest.java | 46 ++++++-
.../org/apache/james/smtpserver/SMTPSaslTest.java | 84 +++++++++++
14 files changed, 527 insertions(+), 203 deletions(-)
delete mode 100644
protocols/api/src/test/java/org/apache/james/protocols/api/sasl/SaslExchangeTest.java
create mode 100644
protocols/imap/src/main/java/org/apache/james/imap/api/process/ImapSaslExchangeTracker.java
create mode 100644
server/protocols/protocols-imap4/src/test/java/org/apache/james/imapserver/netty/IMAPServerSaslExchangeLifecycleTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]