Skip to content
Snippets Groups Projects
Commit c219e30e authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Do not check for authenticated access due to direct session access hack

parent 934e79ff
No related merge requests found
...@@ -199,7 +199,6 @@ public class SessionService implements ISessionService { ...@@ -199,7 +199,6 @@ public class SessionService implements ISessionService {
} }
@Override @Override
@PreAuthorize("isAuthenticated()")
public final LoggedIn registerAsOnlineUser(final String sessionkey) { public final LoggedIn registerAsOnlineUser(final String sessionkey) {
/* HTTP polling solution (legacy) */ /* HTTP polling solution (legacy) */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment