[
https://issues.apache.org/jira/browse/DIRMINA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee updated DIRMINA-511:
--------------------------------
Affects Version/s: (was: 2.0.0-M2)
Fix Version/s: (was: 2.0.0-M2)
We didn't even release 2.0.0-M2 or M1... so let me clear the Fix Versions and
Affects Versions field.
> 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
>
> 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.