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

Jetty 12: review locking in MultiPartFormData and MultiPartByteRanges #9410

Closed
lorban opened this issue Feb 23, 2023 · 0 comments · Fixed by #9460
Closed

Jetty 12: review locking in MultiPartFormData and MultiPartByteRanges #9410

lorban opened this issue Feb 23, 2023 · 0 comments · Fixed by #9460
Assignees
Labels
Bug For general bugs on Jetty side

Comments

@lorban
Copy link
Contributor

lorban commented Feb 23, 2023

Jetty version(s)
12

Description
Both classes call Multipart.AbstractPartsListener.fail(Throwable cause) when CompletableFuture.completeExceptionally() is called. This can happen at any time by any thread, so this code has to be thread-safe and currently isn't.

@lorban lorban added Bug For general bugs on Jetty side Jetty 12 labels Feb 23, 2023
lorban added a commit that referenced this issue Mar 1, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Mar 1, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@lorban lorban linked a pull request Mar 1, 2023 that will close this issue
lorban added a commit that referenced this issue Mar 1, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Mar 1, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Mar 1, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Mar 8, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Mar 9, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@joakime joakime moved this to 🏗 In progress in Jetty 12.0.0.beta1 Mar 28, 2023
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 6, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 13, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 13, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 13, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 13, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Apr 13, 2023
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@lorban lorban self-assigned this Apr 13, 2023
@lorban lorban closed this as completed Apr 13, 2023
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.0.0.beta1 Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant