Skip to content

Fix Action Selection for Routes with Overlapping Templates #149

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

Merged

Conversation

commonsensesoftware
Copy link
Collaborator

@commonsensesoftware commonsensesoftware commented Jun 21, 2017

Fixes scenarios in ASP.NET Core where action selection may be incorrect when multiple actions have overlapping route templates (ex: /resources/{id} and /resources/search). Depending on the order in which the routes are requested, the wrong action might be selected because precendence of a better match was not considered. This will fix #148 and likely #147.

@commonsensesoftware commonsensesoftware merged commit d296c4d into master Jun 21, 2017
@commonsensesoftware commonsensesoftware deleted the dev/chrimart/fix-overlapping-route-action-selection branch January 31, 2018 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ambigious routing after update to stable version
2 participants