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

Split DefaultServlet #11796

Open
gregw opened this issue May 16, 2024 · 1 comment
Open

Split DefaultServlet #11796

gregw opened this issue May 16, 2024 · 1 comment
Assignees

Comments

@gregw
Copy link
Contributor

gregw commented May 16, 2024

Jetty version(s)
12.1

Enhancement Description
We should:

  • rename the existing DefaultServlet to ResourceServlet
  • create a new DefaultServlet that extends ResourceServlet
  • move anything that assumes context resources or '/' pathspec from ResourceServlet to DefaultServlet
  • make the DefaultServlet warn if it is deployed anywhere but '/'
@lorban
Copy link
Contributor

lorban commented May 17, 2024

This relates to #10738 and #10739

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

No branches or pull requests

2 participants