-
Notifications
You must be signed in to change notification settings - Fork 141
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
Route matching is not falling back to parametric route #104
Comments
Hello! I'll look at this as soon as I have time. |
cc @hekike |
Had a look and it looks like parametricBrother only gets propagated to the first level STATIC children and not all STATIC descendants in |
Would you like to send a PR? |
Yes, currently working on it. |
Found another scenario, this is actually from the routes defined in example.js file.
I'm not 100% sure this is happening for the same reason, will take a look into this. |
Closing this as issue is now fixed |
I'm running Restify 7.x in production and I was able to reproduce an issue I discovered down here.
Consider the following:
If
router.on('GET', '/a/bbaa',...)
is taking out,DELETE /a/bbar
seems to be matched otherwise, I get a 404. Any ideas why this is happening?Thanks in advance!
The text was updated successfully, but these errors were encountered: