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

Implement Servlet 6.1 Error dispatch changes #11821

Merged
merged 4 commits into from
May 23, 2024

Conversation

gregw
Copy link
Contributor

@gregw gregw commented May 20, 2024

  • Error dispatches are done as GET methods
  • New ERROR_METHOD and ERROR_QUERY_STRING attributes
  • Moved most error attributes to Dispatcher.ErrorRequest
  • removed duplicate attributes

+ Error dispatches are done as GET methods
+ New ERROR_METHOD and ERROR_QUERY_STRING attributes
+ Moved most error attributes to Dispatcher.ErrorRequest
+ removed duplicate attributes
Copy link
Contributor

@janbartel janbartel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor typo only.

@gregw gregw merged commit 1e95caa into jetty-12.1.x May 23, 2024
4 of 8 checks passed
@gregw gregw deleted the fix/jetty-12.1.x/errorDispatch branch May 23, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants