Skip to content

Commit

Permalink
Revert interceptor all ui problem
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion committed Jan 15, 2021
1 parent 2cc0be6 commit 619dd68
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
Method method = methodsCache.getMethod(req);

if (method == null) {
// For #4701, Only support register API.
resp.sendError(HttpServletResponse.SC_NOT_FOUND,
"Not found mehtod for path " + req.getMethod() + " " + req.getRequestURI());
chain.doFilter(request, response);
return;
}

Expand Down

0 comments on commit 619dd68

Please sign in to comment.