[gatein-issues] [JBoss JIRA] (GTNWCI-51) Add support for SessionTask

Marek Posolda (JIRA) issues at jboss.org
Tue Jan 28 10:45:30 EST 2014


Marek Posolda created GTNWCI-51:
-----------------------------------

             Summary: Add support for SessionTask
                 Key: GTNWCI-51
                 URL: https://issues.jboss.org/browse/GTNWCI-51
             Project: GateIn Web Container Integration
          Issue Type: Feature Request
    Affects Versions: 2.3.1.Final
            Reporter: Marek Posolda
            Assignee: Marek Posolda
             Fix For: 2.3.2.Final


For now, I've added "getHttpSession" to interfaces WebApp and WebAppContext and introduced classes SessionTask and SessionTaskVisitor to allow performing some task on all sessions of all web applications with same sessionId. 

The server-specific code for obtaining HttpSession of target server is kept on WebAppContext implementations (There was already code available for support of cross-context logout. The cross-context logout was changed a bit to reuse task as well. The point is to have server-specific code for obtain HttpSession just on one place in WebAppContext implementations). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list