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

Change avaje-jex-jetty to use jetty-server from jetty-servlet. From extend HttpServlet -> extend AbstractHandler #33

Closed
rbygrave opened this issue Apr 21, 2022 · 0 comments
Assignees
Milestone

Comments

@rbygrave
Copy link
Contributor

This drops the need for 2 jetty dependencies - jetty-servlet and jetty-security
Session support adjusts to chain the underlying handler
contextPath() adjusted to return ""

Downsides, well, it isn't a HttpServlet now so use of standard http servlet filters is more painful (but people would generally be using jex filters anyway so ...).

@rbygrave rbygrave self-assigned this Apr 21, 2022
rbygrave added a commit that referenced this issue Apr 21, 2022
…From extend HttpServlet -> extend AbstractHandler
@rbygrave rbygrave added this to the 2.1 milestone Apr 21, 2022
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

No branches or pull requests

1 participant