-
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
Trim down EE10 DefaultServlet #10739
Labels
Comments
This was referenced Oct 16, 2023
Closed
@lorban haven't we kinda done this with the ResourceServlet work? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12.0.x
Enhancement Description
Currently, the EE10
DefaultServlet
tries to do too many things: being the default servlet bound to the root of the context as well as a general-purpose resource-serving servlet, and some requirements of both facets sometimes clash with each other.DefaultServlet
should be simplified to just be the bare-bone servlet meant to be bound to the root of the context and nothing else.See #10738 for the
ResourceServlet
issue.The text was updated successfully, but these errors were encountered: