mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
doFilterNestedErrorDispatch delegates to filter chain
Closes: gh-23596
This commit is contained in:
@@ -247,7 +247,7 @@ public abstract class OncePerRequestFilter extends GenericFilterBean {
|
||||
protected void doFilterNestedErrorDispatch(HttpServletRequest request, HttpServletResponse response,
|
||||
FilterChain filterChain) throws ServletException, IOException {
|
||||
|
||||
doFilter(request, response, filterChain);
|
||||
filterChain.doFilter(request, response);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user