This commit is contained in:
Anthony Stirling
2025-11-12 15:05:27 +00:00
parent ebf4bab80b
commit 0da1ae06d9
25 changed files with 878 additions and 228 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();