mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't create a session if it does not exists
This commit is contained in:
@@ -67,7 +67,7 @@ public class SecurityCheckProvider implements InjectableProvider<SecurityCheck,
|
||||
}
|
||||
|
||||
private Optional<User> cookieSessionLogin() {
|
||||
return userService.login(request.getSession());
|
||||
return userService.login(request.getSession(false));
|
||||
}
|
||||
|
||||
private Optional<User> basicAuthenticationLogin(HttpContext c) {
|
||||
|
||||
Reference in New Issue
Block a user