We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TokenBasedRememberMeServices assumes user exists when it could not for various reasons:
https://github.com/spring-projects/spring-security/blob/master/web/src/main/java/org/springframework/security/web/authentication/rememberme/TokenBasedRememberMeServices.java#L123-L124
There is no check and such an exception is not handled gracefully. At the very least, it should throw a InvalidCookieException
The text was updated successfully, but these errors were encountered:
Check that userdetails for username exists. spring-projects#7251
bfc6bb9
269785f
Check that userdetails for username exists. #7251
26ae590
Closed via commit 26ae590
Sorry, something went wrong.
eleftherias
Successfully merging a pull request may close this issue.
TokenBasedRememberMeServices assumes user exists when it could not for various reasons:
https://github.com/spring-projects/spring-security/blob/master/web/src/main/java/org/springframework/security/web/authentication/rememberme/TokenBasedRememberMeServices.java#L123-L124
There is no check and such an exception is not handled gracefully.
At the very least, it should throw a InvalidCookieException
The text was updated successfully, but these errors were encountered: