Sean Lin created WICKET-4727:
--------------------------------

             Summary: ThreadContext should be detached before each subscribed 
page gets notified
                 Key: WICKET-4727
                 URL: https://issues.apache.org/jira/browse/WICKET-4727
             Project: Wicket
          Issue Type: Bug
          Components: wicket-atmosphere
    Affects Versions: 6.0.0-beta3
            Reporter: Sean Lin
            Assignee: Emond Papegaaij


Since the event subscriptions may cross different sessions, before entering 
request cycles of notified page, the ThreadContext should be detached except 
application instance.

In EventBus#post(Object event), ThreadContext.detach() should be placed inside 
the for-loop block of atmosphere resources,
otherwise Session().get() may return previous page's session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to