-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown #5480
Comments
It's easy to add the safety checks for this, but why was |
The only ways that
For scenario 1, that's not really possible if For scenario 2, the safety checks will help, nothing we can do about that. For scenario 3, the safety checks will help again, but that's a bad configuration on the installation side. |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
…ectory. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
+ Removing Temp dir deletion in configureTempDirectory() Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Opened PR #5481 |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Jetty version
9.4.x
Description
When shutting down WebAppContext, there occasionally is seen a NullPointerException.
The text was updated successfully, but these errors were encountered: