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


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.

Reply via email to