spring-framework/spring-webmvc/src
Simon Baslé 152914a752 Fix multipart async servlet request temporary files deletion
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
2024-07-12 12:50:59 +02:00
..
main Fix multipart async servlet request temporary files deletion 2024-07-12 12:50:59 +02:00
test Allow tests to pass on Windows JVM (non-UTF-8 default encoding) 2024-07-08 19:42:28 +02:00