mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Some operating systems delete temp files not just when booting up, but also during operation. This commit makes sure that the DefaultPartHttpMessageReader recreates the directory used to store files in, if it's not there. Closes gh-26790