mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Merge branch '5.1.x'
This commit is contained in:
+2
-1
@@ -168,9 +168,10 @@ public class OncePerRequestFilterTests {
|
||||
|
||||
@Override
|
||||
protected void doFilterNestedErrorDispatch(HttpServletRequest request, HttpServletResponse response,
|
||||
FilterChain filterChain) {
|
||||
FilterChain filterChain) throws ServletException, IOException {
|
||||
|
||||
this.didFilterNestedErrorDispatch = true;
|
||||
super.doFilterNestedErrorDispatch(request, response, filterChain);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user