SpringSessionRememberMeServices use to invalidate the session which would cause Spring Security's saved request to be lost. Now SpringSessionRememberMeServices deletes the SecurityContext from the HttpSession instead. Fixes gh-752
SpringSessionRememberMeServices use to invalidate the session which would cause Spring Security's saved request to be lost. Now SpringSessionRememberMeServices deletes the SecurityContext from the HttpSession instead. Fixes gh-752