Skip to content

Commit 01af2c3

Browse files
authored
forward caught exception to next filter (#156)
minor cleanup
1 parent a1bedae commit 01af2c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

quickfixj-core/src/test/java/quickfix/mina/ssl/SecureSocketTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public void testLogonWithBadCertificate() throws Exception {
6868
public void exceptionCaught(NextFilter nextFilter, IoSession session, Throwable cause) throws Exception {
6969
log.info("MINA exception: {}", cause.getMessage());
7070
exceptionCaught.countDown();
71+
nextFilter.exceptionCaught(session, cause);
7172
}
7273
}));
7374

0 commit comments

Comments
 (0)