-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure multipart temp directories do not collide #26931
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Comments
poutsma
added
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
labels
May 11, 2021
spring-projects-issues
added
status: backported
An issue that has been backported to maintenance branches
and removed
for: backport-to-5.2.x
labels
May 11, 2021
poutsma
added a commit
that referenced
this issue
May 11, 2021
This commit makes sure that Synchronoss uses a random temporary directory to store uploaded files, so that two instances do not collide. Closes gh-26931
poutsma
added a commit
that referenced
this issue
May 11, 2021
This commit makes sure that the DefaultPartHttpMessageReader uses a random temporary directory to store uploaded files, so that two instances do not collide. See gh-26931
@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)? |
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
This commit makes sure that Synchronoss uses a random temporary directory to store uploaded files, so that two instances do not collide. Closes spring-projectsgh-26931
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
This commit makes sure that the DefaultPartHttpMessageReader uses a random temporary directory to store uploaded files, so that two instances do not collide. See spring-projectsgh-26931
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
The
SynchronossPartHttpMessageReader
needs separate directories to store uploaded files in, or otherwise multiple instances might collide.The same applies to the
DefaultPartHttpMessageReader
.The text was updated successfully, but these errors were encountered: