-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
This is a follow-up ticket for as request in #26282 where OncePerRequestFilter.isAsyncDispatch
might NPE.
In our case we were using a silly mockito mock in a test which was testing the MultiPartFilter
integration
HttpServletRequest request = mock( HttpServletRequest.class );
HttpServletResponse response = mock( HttpServletResponse.class );
multipartFilter.doFilter( request, response, mock( FilterChain.class ) );
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement