-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Status Code and Message Mismatch in WebApplicationException #22765
Labels
Milestone
Comments
/cc @maxandersen, @quarkusio/devtools |
quarkus-bot
bot
added
the
area/jbang
Issues related to when using jbang.dev with Quarkus
label
Jan 10, 2022
gsmet
added
area/rest-client
area/rest
and removed
area/jbang
Issues related to when using jbang.dev with Quarkus
labels
Jan 10, 2022
@michalszynkiewicz could you have a look at this one? |
The Reason phrases don't match the codes |
cdhermann
added a commit
to cdhermann/quarkus
that referenced
this issue
Jan 10, 2022
Update status code to message mapping based on https://developer.mozilla.org/de/docs/Web/HTTP/Status
cdhermann
added a commit
to cdhermann/quarkus
that referenced
this issue
Jan 10, 2022
Update status code to message mapping based on https://developer.mozilla.org/de/docs/Web/HTTP/Status
Thanks @gastaldi ! |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 15, 2022
Update status code to message mapping based on https://developer.mozilla.org/de/docs/Web/HTTP/Status (cherry picked from commit 4716194)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using the RESTEasy Reactive Client the HTTP status message doesn't match the HTTP status code.
Expected behavior
The HTTP status message is expected to match the status code
Actual behavior
How to Reproduce?
run the JBang script:
Output of
uname -a
orver
Darwin cdh.localdomain 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:29:10 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T8101 arm64
Output of
java -version
java version "17" 2021-09-14 LTS Java(TM) SE Runtime Environment (build 17+35-LTS-2724) Java HotSpot(TM) 64-Bit Server VM (build 17+35-LTS-2724, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: ~/.m2/wrapper/dists/apache-maven-3.8.1-bin/2l5mhf2pq2clrde7f7qp1rdt5m/apache-maven-3.8.1 Java version: 17, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home Default locale: de_AT, platform encoding: UTF-8 OS name: "mac os x", version: "12.1", arch: "aarch64", family: "mac"
Additional information
No response
The text was updated successfully, but these errors were encountered: