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

REST endpoint returning "content-encoding: gzip" header even when not encoded #45178

Open
soaresGITHUB opened this issue Dec 17, 2024 · 2 comments
Labels
kind/bug Something isn't working triage/needs-reproducer We are waiting for a reproducer.

Comments

@soaresGITHUB
Copy link

Describe the bug

As of at least Quarkus version 3.16.4, and also verified for version 3.17.x, when a request is done to our REST endpoints, the response body always returns the "content-encoding: gzip" when the header "accept-encoding" is sent in the request headers. While this happens, the body is not compressed.

Expected behavior

It should only return "content-encoding: gzip" when the body is gzipped.

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@soaresGITHUB soaresGITHUB added the kind/bug Something isn't working label Dec 17, 2024
@geoand
Copy link
Contributor

geoand commented Dec 18, 2024

Can you please attach a sample application that we can use to see the problem in action?

Thanks

@geoand geoand added the triage/needs-reproducer We are waiting for a reproducer. label Dec 18, 2024
@soaresGITHUB
Copy link
Author

Can you please attach a sample application that we can use to see the problem in action?

Thanks

I should be able to do this over the weekend if that's fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/needs-reproducer We are waiting for a reproducer.
Projects
None yet
Development

No branches or pull requests

2 participants