Skip to content
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

Revise routing to avoid route to entity set controller if there is no… #455

Merged
merged 2 commits into from Jun 28, 2016

Conversation

chinadragon0515
Copy link
Contributor

Issues

Fix a request from email

Description

Now when there is some request,
if there is a entity set controller, and have action defined to handle the request, it will be routed to entity set controller.

If there is no entity set controller or there is an entity set controller without related action to handle the request, the request will be routed to restier controller.

Checklist (Uncheck if it is not completed)

  • [ x ] Test cases added
  • [ x ] Build and test with one-click build and test script passed

@chinadragon0515 chinadragon0515 merged commit 9436421 into OData:master Jun 28, 2016
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.

None yet

2 participants