[ 
https://issues.apache.org/jira/browse/DIRMINA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Trustin Lee resolved DIRMINA-511.
---------------------------------

    Resolution: Fixed
      Assignee: Trustin Lee

Thanks for reporting a critical bug.  It has been fixed.

> Coding mistake in org.apache.mina.common.AbstractPollingIoProcessor.java
> ------------------------------------------------------------------------
>
>                 Key: DIRMINA-511
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-511
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>         Environment: All platform
>            Reporter: Frederick Haebin Na
>            Assignee: Trustin Lee
>
> 468 line.
> should comment following lines.
>               // } catch (IOException e) {
>               // session.getFilterChain().fireExceptionCaught(e);
>               } catch (Throwable e) {
>                       if (e instanceof IOException) {
>                               scheduleRemove(session);
>                       }
>                       session.getFilterChain().fireExceptionCaught(e);
>               }

-- 
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