Skip to content

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