Skip to content
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

WebFlux temporary file not always deleted with parallel uploads. #32638

Closed
github-actions bot opened this issue Apr 15, 2024 · 1 comment
Closed

WebFlux temporary file not always deleted with parallel uploads. #32638

github-actions bot opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug
Milestone

Comments

@github-actions
Copy link

Backport of gh-31217

@github-actions github-actions bot added in: web Issues in web modules (web, webmvc, webflux, websocket) status: feedback-provided Feedback has been provided type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug labels Apr 15, 2024
@github-actions github-actions bot added this to the 6.0.20 milestone Apr 15, 2024
simonbasle added a commit that referenced this issue Apr 15, 2024
Before this change temporary files would not consistently be deleted
when the connection which uploads the multipart files closes naturally.

This change uses the usingWhen Reactor operator to ensure that the
termination of the connection doesn't prevent individual file parts
from being deleted due to a cancellation signal.

See gh-31217
Closes gh-32638
Copy link
Author

Fixed via 40bf550

@simonbasle simonbasle removed the status: feedback-provided Feedback has been provided label Apr 15, 2024
@simonbasle simonbasle self-assigned this Apr 15, 2024
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) type: backport An issue that is a backport of another issue to a maintenance branch type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant