Skip to content

Commit

Permalink
Merge pull request #4708 from KomachiSion/develop-console-invalid
Browse files Browse the repository at this point in the history
Revert interceptor all ui problem
  • Loading branch information
lzp0412 authored Jan 15, 2021
2 parents 2cc0be6 + 619dd68 commit b9596a7
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 b9596a7

Please sign in to comment.