[
https://issues.apache.org/jira/browse/DIRMINA-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484360
]
Michael Kearns commented on DIRMINA-358:
----------------------------------------
The fix in place, is JDK 1.5 dependent and so breaks the build in prior
versions, due to the use of Class.getSimpleName().
Regards,
Michael.
> default implementation of exceptionCaught in IOHandlerAdapter eats exceptions
> -----------------------------------------------------------------------------
>
> Key: DIRMINA-358
> URL: https://issues.apache.org/jira/browse/DIRMINA-358
> Project: MINA
> Issue Type: Bug
> Reporter: keith mcneill
> Assigned To: Trustin Lee
> Fix For: 1.0.3
>
>
> IOHandlerAdapter.exceptionCaught eats the exception. It doesn't do anything
> with it. By default this class (and anything else like it) should log the
> exception. Exceptions should never be eaten. It makes it very hard to track
> problems with progams and ensure their correctness if exceptions are being
> eaten and not reported.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.