mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This change tracks the multipart nature of the async request within the `DispatcherServlet`, in the `WebAsyncManager`. This allows for the second ASYNC dispatch to recognize the multipart aspect and clean up the associated resources. Closes gh-33161