[seam-issues] [JBoss JIRA] (JBSEAM-5060) SOAPRequestHandler does not perform standard context cleanup

Martin Kouba (JIRA) jira-events at lists.jboss.org
Tue Nov 20 03:51:22 EST 2012


Martin Kouba created JBSEAM-5060:
------------------------------------

             Summary: SOAPRequestHandler does not perform standard context cleanup
                 Key: JBSEAM-5060
                 URL: https://issues.jboss.org/browse/JBSEAM-5060
             Project: Seam 2
          Issue Type: Bug
          Components: WS
    Affects Versions: 2.3.0.Final, 2.2.2.Final
            Reporter: Martin Kouba
            Priority: Minor


{{SOAPRequestHandler}} only calls {{ServletLifecycle.beginRequest()}} for inbound message, but no {{ServletLifecycle.endRequest()}} for outbound message. This might be intentional, but also a bug.

One of the consequences is that it's not possible to implement stateless web service or logout operation ({{org.jboss.seam.web.Session.invalidate()}} doesn't work).

--
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 seam-issues mailing list