|
|
|
@ -21,7 +21,7 @@ public class UrlFilter extends OncePerRequestFilter {
|
|
|
|
|
|
|
|
|
|
PathMatcher pathMatcher = new AntPathMatcher();
|
|
|
|
|
private List<String> urlWhiteList = Arrays.asList("/swagger-ui/**", "/swagger-resources/**", "/v3/api-docs/**",
|
|
|
|
|
"/static/**");
|
|
|
|
|
"/static/**", "/newcac/**");
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
|
|
|
|
|