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

Trim down EE10 DefaultServlet #10739

Closed
lorban opened this issue Oct 16, 2023 · 2 comments · Fixed by #11933
Closed

Trim down EE10 DefaultServlet #10739

lorban opened this issue Oct 16, 2023 · 2 comments · Fixed by #11933
Assignees

Comments

@lorban
Copy link
Contributor

lorban commented Oct 16, 2023

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.

@joakime
Copy link
Contributor

joakime commented Jun 25, 2024

@lorban haven't we kinda done this with the ResourceServlet work?

@lorban lorban linked a pull request Jun 26, 2024 that will close this issue
@lorban
Copy link
Contributor Author

lorban commented Jun 26, 2024

@joakime yes, it looks like #11933 is addressing both this issue and #10738 so I've linked the PR to close this bug too when merged. Thanks for the reminder!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants