OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all...
OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all sessions are LocalClientSessions. But, in a multi-node hazelcast enabled openfire environment, (#997) there may be remote (not local) sessions as well. The bug is a cast of sess to LocalClientSession, but that isn't always appropriate. Session Details and Session Summary jspf pages use this jspf file
Showing
Please register or sign in to comment