-
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
ResteasyReactiveRequestContext.setRequestUri not supporting query parameters #28555
Labels
Milestone
Comments
Interesting. There doesn't seem to be workaround currently. Do you mind attaching a sample project that we can test any potential fixes against? This will help us speed up the process of providing a fix that we can backport into some Thanks |
/cc @FroMage, @stuartwdouglas |
Here is a minimal reproducer. |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Oct 14, 2022
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Oct 14, 2022
gsmet
added a commit
that referenced
this issue
Oct 15, 2022
Allow overriding query parameters from a ContainerRequestFilter
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 17, 2022
Liuigi
pushed a commit
to Liuigi/quarkus
that referenced
this issue
Oct 17, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 17, 2022
Fixes: quarkusio#28555 (cherry picked from commit 7408eb0)
tmihalac
pushed a commit
to tmihalac/quarkus
that referenced
this issue
Oct 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrating a project form resteasy to resteasy-reactive I found that
ResteasyReactiveRequestContext.setRequestUri
is not applying the query parameters.quarkus/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ResteasyReactiveRequestContext.java
Lines 469 to 478 in 5ff6805
We have a
ContainerRequestFilter
which has to modify some paths and query parameters. When doing something like below, thesubject
query parameter is not set at the end.Is there a workaround or a better way doing this?
The text was updated successfully, but these errors were encountered: