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

Servlet spec 6.1 issue 431 #11818

Closed
janbartel opened this issue May 20, 2024 · 1 comment
Closed

Servlet spec 6.1 issue 431 #11818

janbartel opened this issue May 20, 2024 · 1 comment
Labels
Specification For all industry Specifications (IETF / Servlet / etc)

Comments

@janbartel
Copy link
Contributor

Issue 431 [https://github.com/jakartaee/servlet/issues/431]
ServletRequest.getParameter() and the other parameter methods are now documented to throw a runtime exception if the call triggers parsing of the parameters and an error is encountered during that parsing. Containers may provide container specific options to handle some or all of such errors in an alternative manner that may include not throwing the runtime exception.

See: jakartaee/servlet#431

@janbartel janbartel added the Specification For all industry Specifications (IETF / Servlet / etc) label May 20, 2024
@janbartel
Copy link
Contributor Author

Verified that jetty behaviour meets new wording of the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Specification For all industry Specifications (IETF / Servlet / etc)
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant