Closed
Description
TokenBasedRememberMeServices assumes user exists when it could not for various reasons:
- The user could have been deleted (Most likely)
- The cookie could be invalid
There is no check and such an exception is not handled gracefully.
At the very least, it should throw a InvalidCookieException