-
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
Add Null Protection on Log / Logger #6186
Comments
Please do let me know if you need to review our product code. Regards |
This is surprising, and would be happening to millions of jetty installations, as it's a highly used code path. Line 477 in your stacktrace doesn't line up with anything that should ever be null. Do you have some kind of custom logging going on in your environment? Also note, that 9.4.40 was just released. |
Signed-off-by: Joakim Erdfelt <[email protected]>
Issue #6186 - Add null protection to Log/Logger API
Hi Joakime - apologies for not getting back to you on this one. Many thanks for your quick response in getting this issue resolved. Regards |
Jetty version - 9.4.36 and above
Java version - 1.8
OS type/version - Linux/Windows
Description
Hi Team,
To address potential security issue, in our product we are trying to upgrade from v9.4.26 to v9.4.36.
When we replaced the jars and bounced our application, our application does come up fine - however, upon accessing the dashboard/home page of our application, we get NullPointerException. We also tested by upgrading to v9.4.39 and the same issue exists there as well.
Please note, we are not having this issue with the current jetty version we have in our product - v9.4.26.
Attaching the file with the full stack here.
We suspect it is a framework change in 9.4.36 and above - can you please review this stack and help us resolve this issue?
The text was updated successfully, but these errors were encountered: