Skip to content

Commit bd85721

Browse files
committed
testing
1 parent 558f092 commit bd85721

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/src/main/java/de/tum/cit/aet/devops/teamserverdown/security/JWTAuthenticationFilter.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ protected void doFilterInternal(
4747
filterChain.doFilter(request, response);
4848
}
4949

50-
@Override
51-
protected boolean shouldNotFilter(HttpServletRequest request) {
52-
String path = request.getServletPath();
53-
return path.startsWith("/v3/api-docs") || path.startsWith("/swagger-ui");
54-
}
50+
// @Override
51+
// protected boolean shouldNotFilter(HttpServletRequest request) {
52+
// String path = request.getServletPath();
53+
// return path.startsWith("/v3/api-docs") || path.startsWith("/swagger-ui");
54+
// }
5555
}

0 commit comments

Comments
 (0)