mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
152914a752
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