-
Notifications
You must be signed in to change notification settings - Fork 689
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
mis-route with multiple webservice and regex routeToken #547
Comments
when dispatching request go-restful have 2 phases: detectWebService, and detectRoute. |
did a deep dive, and proposed 2 PR:
|
thank you reporting this and suggestion the fixes, will have a look |
when dealing with multiple webservice in same container, and regex routeToken, go-restful have defect on selecting webservice.
here is a code snippit reproduce the issue: go playground link
output:
The text was updated successfully, but these errors were encountered: