https://bz.apache.org/bugzilla/show_bug.cgi?id=57974

            Bug ID: 57974
           Summary: getOpenSessions() bug
           Product: Tomcat 8
           Version: 8.0.22
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: dstojkov2...@yahoo.fr

the method getOpenSessions() in the class Session return sessions that are not
bound with the endpoint.

In my case I have 2 Endpoints one working with a login/password(go through
request.login ) the other not.
When requesting the open sessions for the "logged" one i get even the session
of the others.
The specification said that getOpenSessions() return the opened sessions of
only one endpoint

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to