• dbh's avatar
    OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all... · 957541b4
    dbh authored
    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
    957541b4
session-row.jspf 7.1 KB