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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]