-
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
Fixes stork path param resolution in REST Client #37757
Fixes stork path param resolution in REST Client #37757
Conversation
aureamunoz
commented
Dec 14, 2023
•
edited by geoand
Loading
edited by geoand
- Fixes PathParam containing "/" character are not well encoded as "%2F" when using reactive rest client with Stork #37713
9b045e8
to
3d37c21
Compare
cc @cescoffier |
This comment has been minimized.
This comment has been minimized.
3d37c21
to
7de04b0
Compare
This comment has been minimized.
This comment has been minimized.
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.
it's not clear why the path is still ended when received by resteasy.
...eactive/deployment/src/test/java/io/quarkus/rest/client/reactive/stork/StorkDevModeTest.java
Outdated
Show resolved
Hide resolved
...ive/deployment/src/test/java/io/quarkus/rest/client/reactive/stork/StorkIntegrationTest.java
Outdated
Show resolved
Hide resolved
.../runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/StorkClientRequestFilter.java
Outdated
Show resolved
Hide resolved
7de04b0
to
4c52fbb
Compare
This comment has been minimized.
This comment has been minimized.
I managed to figure out where the encoding were being done. Now it should be ok! |
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.
nice catch!
.../runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/StorkClientRequestFilter.java
Show resolved
Hide resolved
@aureamunoz can you squash the commits? |
…ng when creating new URI Related to quarkusio#37713 refactor: clean up a few commented lines fix: use raw path and avoid double encoding, adapt tests accordingly
4c52fbb
to
ce206d5
Compare
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. You can consult the Develocity build scans. |