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

jetty-12 ee10 ServletApiResponse.resetBuffer does not check for response being committed #9650

Closed
janbartel opened this issue Apr 14, 2023 · 1 comment
Labels
Bug For general bugs on Jetty side

Comments

@janbartel
Copy link
Contributor

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.

@janbartel
Copy link
Contributor Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

1 participant