Skip to content

Commit

Permalink
fix: remove filter condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 12, 2024
1 parent 62d9693 commit 9d45a89
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ protected void doFilterInternal(
}
filterChain.doFilter(request, response);
}

@Override
protected boolean shouldNotFilter(HttpServletRequest request) throws ServletException {
String path = request.getServletPath();
return webProperties.isWhitelisted(path);
}
}

0 comments on commit 9d45a89

Please sign in to comment.