jetty-12 ee10 ServletApiResponse.resetBuffer
does not check for response being committed
#9650
Labels
Bug
For general bugs on Jetty side
The javadoc for
HttpServletResponse.resetBuffer
says:If the response has been committed, this method throws an <code>IllegalStateException</code>.
However
ServletApiResponse.resetBuffer
is not checking if the response has been committed.The text was updated successfully, but these errors were encountered: