The SynchronossPartHttpMessageReader
needs separate directories to store uploaded files in, or otherwise multiple instances might collide.
The same applies to the DefaultPartHttpMessageReader
.
Comment From: tcherel
@poutsma might be a stupid question (not very familiar with Spring) but is there an easy way to figure which spring artifacts (https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Artifacts) are actually impacted by this change (short of downloading all of them an checking which one(s) contains the modified classes)?
Comment From: poutsma
The commits (cce60c4 and 0d0d75e) show that changes were made in the spring-web module.