This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Incorrect routing when the query parameter is in the configuration #2064
Milestone
You can continue the conversation there. Go to discussion →
Hi guys.
I discovered strange and different routing behavior between versions
22.0.1
and23.0.0
.Expected Behavior
In version
22.0.1
the routing works well as expected.We have the following configuration:
When I call a request
then the correct route
"/{tenantId}/products/{everything}"
is selected.Actual Behavior
In version
23.0.0
the"DownstreamPathTemplate":"/{tenantId}/products?{everything}"
path is chosen for some reason, which is not correct.Specifications
Maybe this PR? #748
Any idea for a quick fix on my part?
Thank you very much.
The text was updated successfully, but these errors were encountered: