-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
RESTEasy Reactive @NoCache unexpected behavior #19822
Comments
/cc @FroMage, @geoand, @gwenneg, @stuartwdouglas |
#19823 should take care of the problem and hopefully we can get it into |
gastaldi
added a commit
that referenced
this issue
Sep 1, 2021
Fix @nocache without fields handling in RESTEasy Reactive
jsmrcka
added a commit
to jsmrcka/quarkus-test-suite
that referenced
this issue
Sep 1, 2021
Related issue has been resolved in Quarkus upstream: quarkusio/quarkus#19822
jsmrcka
added a commit
to jsmrcka/quarkus-test-suite
that referenced
this issue
Sep 1, 2021
Related issue has been resolved in Quarkus upstream: quarkusio/quarkus#19822
Sgitario
pushed a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Sep 2, 2021
Related issue has been resolved in Quarkus upstream: quarkusio/quarkus#19822
Sgitario
pushed a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Sep 2, 2021
Related issue has been resolved in Quarkus upstream: quarkusio/quarkus#19822
Sgitario
added a commit
to Sgitario/quarkus-test-suite
that referenced
this issue
Sep 3, 2021
RHBQ will be based on 2.2.1.Final. ++ Disable HttpCachingResourceIT.shouldGetNoCacheUnqualified due to quarkusio/quarkus#19822
Sgitario
added a commit
to Sgitario/quarkus-test-suite
that referenced
this issue
Sep 6, 2021
Due to this issue: quarkusio/quarkus#19875, we can't use 999-SNAPSHOT until is fixed, therefore Main will be based on 2.2.1.Final. ++ Daily actions and Quarkus Ecosystem will still use 999-SNAPSHOT to check out the status with 999-SNAPSHOT ++ Disable HttpCachingResourceIT.shouldGetNoCacheUnqualified due to quarkusio/quarkus#19822
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes: quarkusio#19822 (cherry picked from commit 07db37f)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes: quarkusio#19822 (cherry picked from commit 07db37f)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes: quarkusio#19822 (cherry picked from commit 07db37f)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using
org.jboss.resteasy.reactive.NoCache
without attributes (not using thefields
attribute), response headers do not containCache-Control: no-cache
header.This is also inconsistent with the documentation:
https://quarkus.io/guides/resteasy-reactive#controlling-http-caching-features
Expected behavior
Response:
Actual behavior
Response:
How to Reproduce?
resteasy-reactive-nocache-reproducer.zip
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Additional information
No response
The text was updated successfully, but these errors were encountered: