-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Nov'24November 2024 releaseNovember 2024 releaseRoutingOcelot feature: RoutingOcelot feature: RoutingbugIdentified as a potential bugIdentified as a potential bugmergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next release
Milestone
Description
Expected Behavior / New Feature
Ocelot should be capable of matching paths that contain placeholders embedded between slashes, such as:
/api/invoices_{url0}/{url1}-{url2}_abcd/{url3}?urlId={url4}.
Actual Behavior / Motivation for New Feature
Currently, Ocelot cannot match placeholders embedded between slashes. For example: /api/test/{url}-2
-> request: /api/test/a-2
-> the result will incorrectly return {url} = a-2
.
Steps to Reproduce the Problem
- Try any template with placeholders embedded between slashes
Metadata
Metadata
Assignees
Labels
Nov'24November 2024 releaseNovember 2024 releaseRoutingOcelot feature: RoutingOcelot feature: RoutingbugIdentified as a potential bugIdentified as a potential bugmergedIssue has been merged to dev and is waiting for the next releaseIssue has been merged to dev and is waiting for the next release