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

4.0.11: Skips content encoding of empty entities. #9008

Merged

Conversation

barchetta
Copy link
Member

Description

Backport of #9000 to 4.0.11

Skips content encoding of empty entities. Attempting to encode an empty entity with an encoder such as GZIP will result in a non-empty entity (a GZIP preamble) which is problematic --especially when a 204 is returned by a handler. See issue #8998.

…ty entity with an encoder such as GZIP will result in a non-empty entity (a GZIP preamble) which is problematic --especially when a 204 is returned by a handler. (helidon-io#9000)
@barchetta barchetta added webserver 4.x Version 4.x labels Jul 18, 2024
@barchetta barchetta added this to the 4.0.11 milestone Jul 18, 2024
@barchetta barchetta requested a review from spericas July 18, 2024 18:05
@barchetta barchetta self-assigned this Jul 18, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 18, 2024
@barchetta barchetta merged commit c232829 into helidon-io:helidon-4.0.11 Jul 18, 2024
12 checks passed
@barchetta barchetta deleted the 4.0.11-9000-empty-encode branch November 12, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement. webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants