-
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
Jetty 12.0.x resource Servlet #11933
Merged
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c5752bb
Introduce ResourceServlet
gregw 4cb1391
WIP ResourceServlet
gregw 1d1459c
Split DefaultServlet into ResourceServlet
gregw 50e7dcf
Split DefaultServlet into ResourceServlet
gregw dc5477a
Merge branch 'jetty-12.0.x' into jetty-12.0.x-ResourceServlet
gregw 3f64c91
updates from review
gregw 9f893c5
Added tests for Resource and Default Servlet
gregw 1b25bdd
remove debug
gregw d725c2f
Improved javadoc of the DefaultServlet
gregw 98de727
Improved documentation of the ResourceServlet
gregw 80c9179
Improved javadoc of the DefaultServlet
gregw 4e1520b
Improved javadoc of the DefaultServlet
gregw bfee2d0
Improved javadoc of the DefaultServlet
gregw ca74610
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-…
gregw c1e7f14
fixed ee9 test and moved to ee10 ResourceServletTest
gregw 485d92f
fixed ee9 test and moved to ee10 ResourceServletTest
gregw 343df1a
Improved documentation of the ResourceServlet
gregw 1d75a49
Fixed flake
gregw 3f81758
Updates from review
gregw 046bed3
Merge branch 'jetty-12.0.x' into jetty-12.0.x-ResourceServlet
gregw 0cf8c32
Still fixing the F ing documentation
gregw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also the
jetty-asciidoctor-extensions
module that's not activated and stuck at version12.0.10-SNAPSHOT
. Shouldn't it be enabled too?