-
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
Allow configuring showCause in ErrorHandler #11587
Merged
sbordet
merged 18 commits into
jetty-12.0.x
from
dhs3000-allow_not_show_causes_in_error_pages
Mar 29, 2024
Merged
Allow configuring showCause in ErrorHandler #11587
sbordet
merged 18 commits into
jetty-12.0.x
from
dhs3000-allow_not_show_causes_in_error_pages
Mar 29, 2024
Conversation
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
* Issue #11548 - Replication as jetty-ee10-webapp testcase * Correct order of WebAppContext.stop --------- Co-authored-by: Jan Bartel <[email protected]> Co-authored-by: gregw <[email protected]>
…ervlet specs for illegal & suspicious characters (#11496) * Issue #11495 - Add UriCompliance rules that follow the HTTP / URI / Servlet specs for illegal & suspicious characters * more illegalPathCharacterData test cases * Correcting SUSPICIOUS_PATH_CHARACTERS semantic (encoded and decoded) * Check for illegal and suspicious characters as we are parsing the path. * Only look for ambiguous paths if we know there are dots or encodings. --------- Co-authored-by: gregw <[email protected]>
…ng, remove obsolete parameter (#11544) Signed-off-by: Olivier Lamy <[email protected]>
Initialized PEM directories for both client and server. Added [lib] section that was missing due to #11263. Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Code cleanups. Signed-off-by: Simone Bordet <[email protected]>
Continuation of #11552. |
Why are there 43 files changed in this PR?? |
Try a merge from |
joakime
previously approved these changes
Mar 28, 2024
Signed-off-by: Simone Bordet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Penetration testing tools seems to be sensitive to the word "Exception".
ErrorHandler
has now an option to configure whether to show the cause in the generated error page.