We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558f092 commit bd85721Copy full SHA for bd85721
server/src/main/java/de/tum/cit/aet/devops/teamserverdown/security/JWTAuthenticationFilter.java
@@ -47,9 +47,9 @@ protected void doFilterInternal(
47
filterChain.doFilter(request, response);
48
}
49
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
- }
+// @Override
+// protected boolean shouldNotFilter(HttpServletRequest request) {
+// String path = request.getServletPath();
+// return path.startsWith("/v3/api-docs") || path.startsWith("/swagger-ui");
+// }
55
0 commit comments