Hi Did not consider the admin multi-user online, store the user id only using a String, causing multi-threaded security problems!
Solutions Use concurrentHashMap and SecurityUtils.getSubject().getPrincipal() for storage!
Hi Did not consider the admin multi-user online, store the user id only using a String, causing multi-threaded security problems!
Solutions Use concurrentHashMap and SecurityUtils.getSubject().getPrincipal() for storage!