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
    Affects Versions: 2.0.0-M2
         Environment: All platform
            Reporter: Rick Haebin Na
             Fix For: 2.0.0-M2


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