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

Issue #12888 support error dispatch for static error pages on POST #12899

Merged
merged 2 commits into from
Mar 12, 2025

Conversation

janbartel
Copy link
Contributor

Closes #12888

This PR enables the DefaultServlet to serve static error pages in response to error dispatches from a POST request.

@janbartel janbartel requested a review from gregw March 12, 2025 13:51
@janbartel janbartel self-assigned this Mar 12, 2025
@joakime joakime merged commit d4e8d2f into jetty-12.0.x Mar 12, 2025
10 checks passed
@joakime joakime deleted the jetty-12.0.x-12888-allow-post-on-errordispatch branch March 12, 2025 23:51
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.

ErrorPageHandler dispatcher returns incorrect 405 for failing POST requests (e.g. JAX-RS)
3 participants