-
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
Starting Jetty with JPMS produces warnings about Servlet resources not found #5901
Comments
janbartel
added a commit
that referenced
this issue
Jan 26, 2021
This brings in a change to the javax.servlet.api module-info to open the javax.servlet.resources package to all modules, so that the dtds and xsds can be retrieved as resources, either from the context Classloader.getResource, or from the ServletContext.class.getResource. Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Jan 26, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Jan 27, 2021
This brings in a change to the javax.servlet.api module-info to open the javax.servlet.resources package to all modules, so that the dtds and xsds can be retrieved as resources, either from the context Classloader.getResource, or from the ServletContext.class.getResource. Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Jan 27, 2021
This was referenced Mar 6, 2021
Closed
Merged
Merged
Open
This was referenced Mar 10, 2021
Closed
Closed
This was referenced Jul 25, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x & 11.0.x
Description
Start Jetty with
--jpms
and you'll see a number of warning like the one below:The text was updated successfully, but these errors were encountered: