-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PropertiesUtil
fails due to blank key lookup
#2414
Comments
@jolly28, could you try with the latest version of |
For context, this isssue is related to this SO question. |
@jolly28, in the SO question @ppkarwasz referenced, you(?) state that issue persists with |
sure, @vy I am attaching the error stack trace I am getting while using the version 2.23.1.
|
@jolly28, pushed a small fix in f0bd878. Could you see if the most recent |
@vy I have used the latest log4j-api and log4j-core jars (2.24.0-SNAPSHOT). seems the issue is solved. |
PropertiesUtil
fails due to blank key lookup
Description
My java:17.0.5 Application is based on struts2-core:6.3.0.2 and I am using the log4j-api:2.17.2 as the dependency and the application is running fine.
When log4j-api uplifted to 2.20.0 (supported by struts), I am getting below exception
Configuration
Version: 2.20.0 (also in 2.18.0 and 2.23.1)
Operating system: OracleLinux 8.9
JDK: 17.0.5
Tomcat: 9.0.87
Logs
Reproduction
For my case just uplifting the log4j-api from 2.17.2 to 2.20.0 is causing the exception to occur
The text was updated successfully, but these errors were encountered: