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

use of context handler rather than trying to get context via servlet … #11630

Closed
wants to merge 1 commit into from

Conversation

onderson
Copy link

@onderson onderson commented Apr 8, 2024

…handler which helps getting current context

  • i have legacy code base where jetty is upgraded from 9.2.21 to 9.4.54 which is hitting NPE.

as below

Caused by: java.lang.NullPointerException: null
at org.eclipse.jetty.servlet.ServletHolder.initJspServlet(ServletHolder.java:678)
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:619)
... 54 common frames omitted

this looks like helping with it.

@sbordet
Copy link
Contributor

sbordet commented Apr 8, 2024

Jetty 9.4 is at End of Community Support: #7958.

Also Jetty 10/11 are at end of Community Support: #10485.

Sorry, but we do not accept PRs for End of Community Support versions of Jetty.

Please upgrade to Jetty 12, and if the problem persists, we will accept contributions for Jetty 12.
Thanks!

@sbordet sbordet closed this Apr 8, 2024
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.

2 participants