StackOverFlowError
with AuthenticationManager
bean
#11792
Labels
StackOverFlowError
with AuthenticationManager
bean
#11792
I'm using Spring Security 5.7.3
The
StackOverFlowError
occurs with both two conditions:AuthenticationManager
bean inSecurityConfig
The stacktrace of
StackOverFlowError
is:Obviously, the error occurs when catching the exception, which is
whose stacktrace is:
The minimum project to cause the bug is here: https://github.com/QuanQuan-CHO/Spring-Security-StackOverFlowError-Example
A very similar question is here: https://stackoverflow.com/questions/67546793/why-is-spring-boot-2-4-5-with-junit5-and-mocked-beans-is-throwing-stackoverflowe
The text was updated successfully, but these errors were encountered: