[
https://issues.apache.org/jira/browse/DIRMINA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511025
]
Trustin Lee commented on DIRMINA-390:
-------------------------------------
Thanks for the test cases first of all. :)
However, your patch doesn't seem to fix the root cause of the problem.
SSLFilter.messageSent should be called with EncryptedWriteRequest, but it is
not for now.
> IoHandler.messageSent is not called when FilterChain contains SSLFilter
> -----------------------------------------------------------------------
>
> Key: DIRMINA-390
> URL: https://issues.apache.org/jira/browse/DIRMINA-390
> Project: MINA
> Issue Type: Bug
> Components: Filter
> Affects Versions: 1.1.0
> Reporter: Maarten Bosteels
> Fix For: 1.1.1
>
> Attachments: SSLFilter.java.diff, SSLFilterTest.java,
> SSLFilterTest.java
>
>
> SSLFilter swallows too many messageSent events
> When the FilterChain contains both SSLFilter and ProtocolCodecFilter, the
> IoHandler does not receive messageSent events.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.