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.

Reply via email to