You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @apuravchauhan, I've reproduced the problem.
This is due to Spring Security 5.1 not having WebFlux support for Jackson modules - this was added in Spring Security 5.2.0.M1 via spring-projects/spring-security#6305.
I've verified this in a sample project by upgrading Spring Security version to the latest 5.2 milestone (which is 5.2.0.M3 ATM).
Spring websession with Redis fails with the attached exception. Below is the project config:
Exception is related to redis serializer failing to serialize csrf data.
If you disable csrf then things work fine.
Maven:
exception-spring-redis-websession.log
The text was updated successfully, but these errors were encountered: