Hi all, We have encountered ConcurrentModificationException for logout during our stress test.
Putting a `synchornized(this)` block for: https://github.com/apereo/cas/blob/v6.2.6/core/cas-server-core-logout-api/src/main/java/org/apereo/cas/logout/DefaultLogoutManager.java#L61 Seems to fix the issue. Anybody also encountered the same issue? Or is this an issue on our own? Thanks! Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/a893bcb1-9a30-4a51-b7f1-bdadcb0e86a2n%40apereo.org.
