[DIRMINA-266] - SocketAcceptor.bind() requires address != null and port != 0... why? Also can get to ServerSocketChannel.socket().getLocalSocketAddress()
[DIRMINA-273] - Session created with non-existent service
[DIRMINA-275] - Exception in thread "SocketAcceptor-1" java.nio.channels.CancelledKeyException
[DIRMINA-283] - Sessions are not recycled in IPv6 environment when bind interface is not specified.
[DIRMINA-284] - Filter.sessionCreated/Filter.sessionOpened called AFTER Filter.filterWrite...
[DIRMINA-285] - Incorrect calculation of IoSession.writtenMessages()
[DIRMINA-288] - Add SessionLog.info( session, "CREATED" ); to LoggingFilter.sessionCreated method
[DIRMINA-307] - ReadThrottleFilterBuilder does not resume reading.
[DIRMINA-308] - NullPointerException in SocketIoProcessor under heavy load
[DIRMINA-313] - LoggingFilter logs exceptionCaught events on error level but uses isInfoEnabled in the if-statement
New Feature
[DIRMINA-277] - Various tests block with JDK5 concurrent used in place of backport