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) {
|
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) {
|
public void setTokenRepository(PersistentTokenRepository tokenRepository) {
|
||||||
|
|
Loading…
Reference in New Issue