-
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
Properly use headers set in Vert.x from RESTEasy Reactive #25323
Conversation
This comment has been minimized.
This comment has been minimized.
Can I get a review of this please? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a comment. Maybe it's just garbage though :).
.../server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ServerSerialisers.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
@FroMage @stuartwdouglas can I get a review of this please? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment. I admit I had to read it a couple of times until I finally figured out what the change is supposed to do :)
.../server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ServerSerialisers.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Essentially this change makes sure RESTEasy Reactive does not override the values of the headers that were set from Vert.x Web Routes that ran before RESTEasy Reactive Fixes: quarkusio#25283
Essentially this change makes sure RESTEasy Reactive does not
override the values of the headers that were set from
Vert.x Web Routes that ran before RESTEasy Reactive
Fixes: #25283