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

Improving temp directory creation #5452

Closed
wants to merge 1 commit into from

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Oct 15, 2020

  • Using new Files.createTempDirectory() instead
    of nonsense around File.createTempFile()

Fixes: #5451

Signed-off-by: Joakim Erdfelt joakim.erdfelt@gmail.com

+ Using new Files.createTempDirectory() instead
  of nonsense around File.createTempFile()

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
@joakime joakime self-assigned this Oct 15, 2020
@joakime joakime added this to In progress in Jetty 9.4.33 via automation Oct 15, 2020
@joakime joakime linked an issue Oct 15, 2020 that may be closed by this pull request
@joakime joakime closed this Oct 15, 2020
Jetty 9.4.33 automation moved this from In progress to Done Oct 15, 2020
@joakime joakime deleted the jetty-9.4.x-5451-improve-tempdir branch October 16, 2020 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Jetty 9.4.33
  
Done
Development

Successfully merging this pull request may close these issues.

Improve Working Directory creation
1 participant