[Bug 57974] getOpenSessions() bug

2019-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 57974] getOpenSessions() bug

2018-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 Zhang Zhongyi changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 57974] getOpenSessions() bug

2015-06-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 Remy Maucherat r...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #6 from Remy Maucherat r...@apache.org --- TestWsWebSocketContainer, so it needs more work/review. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #4 from Mark Thomas ma...@apache.org --- This issue will occur frequently in POJO endpoints since they all share the same Endpoint implementation class (which is how I suspect the OP hit this issue). -- You are receiving this mail

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #3 from Remy Maucherat r...@apache.org --- Attempting fix in trunk, will backport if there are no issues. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #5 from Remy Maucherat r...@apache.org --- Good point. So I'll backport the fix then. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 Remy Maucherat r...@apache.org changed: What|Removed |Added Severity|critical|minor

[Bug 57974] getOpenSessions() bug

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #1 from dstojkov dstojkov2...@yahoo.fr --- Actually the endpoint share all the sessions with others Endpoints no matter if it is through login/password or not. I dont know how you implemented it but this should be something like:

[Bug 57974] getOpenSessions() bug

2015-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 dstojkov dstojkov2...@yahoo.fr changed: What|Removed |Added Severity|major |critical -- You are