-
Notifications
You must be signed in to change notification settings - Fork 38.5k
OncePerRequestFilter.isAsyncDispatch may return a NPE #26602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Comments
We can change it in this case because if you wanted an |
This was referenced Mar 16, 2021
This was referenced Mar 17, 2021
Closed
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
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
integrationThe text was updated successfully, but these errors were encountered: