remove old

This commit is contained in:
Anthony Stirling
2025-11-10 00:55:21 +00:00
parent 9c1358157b
commit b4e33002b6
3 changed files with 7 additions and 522 deletions

View File

@@ -107,7 +107,8 @@ public class UserAuthenticationFilter extends OncePerRequestFilter {
}
}
// If we still don't have any authentication, check if it's a public endpoint. If not, deny the request
// If we still don't have any authentication, check if it's a public endpoint. If not, deny
// the request
if (authentication == null || !authentication.isAuthenticated()) {
String method = request.getMethod();
String contextPath = request.getContextPath();