-
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: ISE thrown when server stopping with suspended request #11078
Labels
Bug
For general bugs on Jetty side
Comments
Note that in discussions with the servlet EG, it was not felt that it is necessary to support responses being able to be sent from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12+
Jetty Environment
ee10
Description
Similar to #11016, the server throws ISE if an application is trying to send a response from
Servlet.destroy()
, but rather than usingresponse.sendError()
, it just normally set the status code viaresponse.setStatus()
.The text was updated successfully, but these errors were encountered: