-
Notifications
You must be signed in to change notification settings - Fork 66
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
Routing for ambiguous service endpoints is not specified #305
Comments
We specify this (with an example) in the docs. In your case, |
Ideally we'd have a rule and not one example. |
agreed. I'll flesh out the rule |
While you're in there, it'd be great to handle #297 as well :) |
Actually, it seems like I can't read the docs. We already specify: |
That still sounds ambiguous to me I think. Imagine Assuming I understand what's intended, a more robust specification could be something like: Convert the candidate paths into sequences of In the example above, that'd look like comparing |
Consider the following (legal) Conjure definition:
What is the expected behavior if I make an HTTP request to
/foo/foo/foo
? That matches both endpoint definitions.The text was updated successfully, but these errors were encountered: