the-thing opened a new pull request, #61: URL: https://github.com/apache/mina/pull/61
Fixes [DIRMINA-1146](https://issues.apache.org/jira/browse/DIRMINA-1146) It will also help fix https://github.com/quickfix-j/quickfixj/issues/406 **Changes** Currently none of the `EncryptedWriteRequest` instances have parent message provided which means that original message and request is always the same instance. We must pass all the messages down the chain. `org.apache.mina.filter.ssl.SslFilter` now also passes the encrypted message down the filter chain, eventually reaching `org.apache.mina.core.filterchain.DefaultIoFilterChain.TailFilter` which will increase the written message count and also decrement scheduled message count. Obviously this change will have an impact filters configured between `org.apache.mina.filter.ssl.SslFilter` and `org.apache.mina.core.filterchain.DefaultIoFilterChain.TailFilter`, but I think users should make changes accordingly in this case. -- 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]
