You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2008/04/04 10:31:25 UTC

[jira] Created: (DIRMINA-562) KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.

KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.
------------------------------------------------------------------------------

                 Key: DIRMINA-562
                 URL: https://issues.apache.org/jira/browse/DIRMINA-562
             Project: MINA
          Issue Type: Bug
          Components: Filter
    Affects Versions: 2.0.0-M1
            Reporter: Trustin Lee
            Assignee: Trustin Lee
            Priority: Minor
             Fix For: 2.0.0-M2


Current KeepAliveFilter implementation forwards all sessionIdle events to the next filter regardless it's processed by the KeepAliveFilter or not.  KeepAliveFilter only handles sessionIdle(READER_IDLE), so sessionIdle(WRITER_IDLE) and sessionIdle(BOTH_IDLE) should be forwardrd to the next filter while sessionIdle(READER_IDLE) shouldn't.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRMINA-562) KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee closed DIRMINA-562.
-------------------------------

    Resolution: Fixed

> KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.
> ------------------------------------------------------------------------------
>
>                 Key: DIRMINA-562
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-562
>             Project: MINA
>          Issue Type: Bug
>          Components: Filter
>    Affects Versions: 2.0.0-M1
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> Current KeepAliveFilter implementation forwards all sessionIdle events to the next filter regardless it's processed by the KeepAliveFilter or not.  KeepAliveFilter only handles sessionIdle(READER_IDLE), so sessionIdle(WRITER_IDLE) and sessionIdle(BOTH_IDLE) should be forwardrd to the next filter while sessionIdle(READER_IDLE) shouldn't.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.