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

LOG4J2-3663 - fix file descriptor leak on Tomcat (config in JAR file) #1513

Merged
merged 2 commits into from
Jun 14, 2023
Merged

LOG4J2-3663 - fix file descriptor leak on Tomcat (config in JAR file) #1513

merged 2 commits into from
Jun 14, 2023

Conversation

lenoch7
Copy link
Contributor

@lenoch7 lenoch7 commented Jun 14, 2023

Fix problem with unclosed JAR file containing Log4j configuration (Tomcat - CachedResourceURLStreamHandler is configured), which causes that web application cannot be undeployed, because JAR file cannot be deleted (windows).

See detail description in LOG4J2-3663.

lenoch7 and others added 2 commits June 14, 2023 08:12
Fix problem with unclosed JAR file containing Log4j configuration
(Tomcat - CachedResourceURLStreamHandler is configured), which
causes that web application cannot be undeployed, because JAR file
cannot be deleted (windows).
Copy link
Contributor

@ppkarwasz ppkarwasz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lenoch7,

Looks good to me. Thank you for your contribution.

@ppkarwasz ppkarwasz merged commit e1baed5 into apache:2.x Jun 14, 2023
7 checks passed
@lenoch7 lenoch7 deleted the LOG4J2-3663_UnclosedJarOnTomcat branch June 14, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants