Replies: 4 comments 2 replies
-
/cc @FroMage (resteasy-reactive), @Sgitario (resteasy-reactive), @geoand (resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
Beta Was this translation helpful? Give feedback.
0 replies
-
What version of Quarkus are you seeing this problem with? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is a bug |
Beta Was this translation helpful? Give feedback.
0 replies
-
@geoand @stuartwdouglas thanks for your quick responses, I'll open a bug report on this. thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Today we encountered a rather interesting URI mapping issue, lets say we have the following simple resource class:
I was expecting /hello/c123 to match the /{id} path, but getting a 404 instead. looks like it is because the requested path starts with /c, which partially match the /c/{id} path, and that caused a mapping failure. nothing in the dev console log and checked against all recent quarkus releases. is this a bug or something wrong with my mapping above? any clarification on this will be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions