This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a change to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git.


    from ecc9972  o Make it so outbound message are written when the inbound is 
closed. This is necessary when a TLS error has occured and teh inbound is 
therefore closed, the Alert must still be sent to the remote peer. o Added some 
missing Javadoc o Code formatting to respect the MINA current code style (no 
useless final, this, added missing {}, added NL, etc)
     new c41cb60  Revert "o Make it so outbound message are written when the 
inbound is closed."
     new f645440  o Renamed SSLxxx classes to Sslxxx to keep an ascendant 
compatibility o Used meaningful variable nales o Removed useless 'this' o 
Removed useless 'final' o Transmitted the nexwt filter to the 
throw_pending_error() method in order to be able to write back the Alert to the 
remote peer o Write the Alter back to the remote peer in the receive_loop() 
method when the inbound has been closed following an error while processing a 
task o Quick exit the receive_loop() method if th [...]

The 2 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:
 .../org/apache/mina/filter/ssl/SSLHandlerG0.java   |  34 +++----
 ...LContextFactory.java => SslContextFactory.java} |   2 +-
 .../filter/ssl/{SSLEvent.java => SslEvent.java}    |   2 +-
 .../filter/ssl/{SSLFilter.java => SslFilter.java}  |  30 +++---
 .../ssl/{SSLHandler.java => SslHandler.java}       | 102 ++++++++++-----------
 .../transport/socket/nio/NioSocketSession.java     |   4 +-
 .../SSLTestHandshakeExceptionDIRMINA1077Test.java  |   6 +-
 .../ssl/{SSLFilterMain.java => SslFilterMain.java} |   8 +-
 .../java/org/apache/mina/example/chat/Main.java    |   4 +-
 .../example/chat/client/ChatClientSupport.java     |   4 +-
 .../org/apache/mina/example/echoserver/Main.java   |   4 +-
 .../apache/mina/example/tcp/perf/TcpSslClient.java |   4 +-
 .../apache/mina/example/tcp/perf/TcpSslServer.java |   4 +-
 .../org/apache/mina/example/chat/serverContext.xml |   4 +-
 .../mina/example/echoserver/AbstractTest.java      |   4 +-
 .../mina/example/echoserver/ConnectorTest.java     |  10 +-
 .../ssl/{SSLFilterTest.java => SslFilterTest.java} |   8 +-
 17 files changed, 118 insertions(+), 116 deletions(-)
 rename 
mina-core/src/main/java/org/apache/mina/filter/ssl/{SSLContextFactory.java => 
SslContextFactory.java} (99%)
 rename mina-core/src/main/java/org/apache/mina/filter/ssl/{SSLEvent.java => 
SslEvent.java} (95%)
 rename mina-core/src/main/java/org/apache/mina/filter/ssl/{SSLFilter.java => 
SslFilter.java} (93%)
 rename mina-core/src/main/java/org/apache/mina/filter/ssl/{SSLHandler.java => 
SslHandler.java} (73%)
 rename mina-core/src/test/java/org/apache/mina/filter/ssl/{SSLFilterMain.java 
=> SslFilterMain.java} (95%)
 rename 
mina-example/src/test/java/org/apache/mina/example/echoserver/ssl/{SSLFilterTest.java
 => SslFilterTest.java} (97%)

Reply via email to