DelegatingServerLogoutHandler Should Execute Sequentially #7723
Labels
in: web
An issue in web modules (web, webmvc)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Summary
Currently Spring Security's
DelegatingServerLogoutHandler
executes the delegates in parallel. This causes issues like spring-projects/spring-session#1523 InsteadDelegatingServerLogoutHandler
should execute sequentially.The text was updated successfully, but these errors were encountered: