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

Fixes #11064 - Jetty 12: NPE if MultiPartFormData.setFilesDirectory()… #11065

Merged

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Dec 14, 2023

… is not called.

Now trying to use $JETTY_BASE/work, otherwise throwing IllegalArgumentException with a descriptive message.

… is not called.

Now trying to use $JETTY_BASE/work, otherwise throwing IllegalArgumentException with a descriptive message.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested a review from lorban December 14, 2023 17:29
@sbordet sbordet added the Sponsored This issue affects a user with a commercial support agreement label Dec 14, 2023
@sbordet sbordet linked an issue Dec 14, 2023 that may be closed by this pull request
@sbordet sbordet requested a review from joakime December 14, 2023 18:09
@sbordet sbordet merged commit 8f019b9 into jetty-12.0.x Dec 14, 2023
4 of 7 checks passed
@sbordet sbordet deleted the fix/jetty-12/11064/multipartformdata-setfilesdirectory branch December 14, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-no-cache Sponsored This issue affects a user with a commercial support agreement
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

NPE if MultiPartFormData.setFilesDirectory() is not called
2 participants