mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Restructure to standard layout.
This commit is contained in:
parent
56ec1b4b05
commit
2ff089af62
@ -158,7 +158,7 @@ public class PersistentTokenBasedRememberMeServices extends AbstractRememberMeSe
|
||||
}
|
||||
|
||||
private void addCookie(PersistentRememberMeToken token, HttpServletRequest request, HttpServletResponse response) {
|
||||
setCookie(new String[] {token.getSeries(), token.getTokenValue()},getTokenValiditySeconds(), request, response);
|
||||
setCookie(new String[] {token.getSeries(), token.getTokenValue()}, getTokenValiditySeconds(), request, response);
|
||||
}
|
||||
|
||||
public void setTokenRepository(PersistentTokenRepository tokenRepository) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user