Skip to content
Snippets Groups Projects

Fix multiple bugs and code smells

Merged Daniel Gerhardt requested to merge qa into master
Viewing commit e3c8caa1
Prev
Show latest version
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -339,8 +339,4 @@ public class ApplicationPermissionEvaluator implements PermissionEvaluator {
return auth instanceof RunAsUserToken
&& auth.getAuthorities().stream().anyMatch(ga -> ga.getAuthority().equals("ROLE_RUN_AS_SYSTEM"));
}
private boolean isWebsocketAccess(final Authentication auth) {
return auth instanceof AnonymousAuthenticationToken && auth.getAuthorities().contains("ROLE_WEBSOCKET_ACCESS");
}
}