Commented Issue: Incorrect action is being matched as explicit route order is...
__Scenario__: User has a CountriesController. He would like retrieve a country information based on id or name. __Setup of Controller__:Here since logically the route templates are the same for an...
View ArticleEdited Issue: Default ordering should place most specific routes before...
When I make a request like “/api/countries/dosomething”, I am receiving the following error:{"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for...
View ArticleCommented Issue: Default ordering should place most specific routes before...
When I make a request like “/api/countries/dosomething”, I am receiving the following error:{"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for...
View ArticleCommented Issue: [CORS] Consider attaching error message in failed preflight...
A failed preflight request returns 400 or 404 with none error message. It is hard to debug from client. CORS Spec does not define what we can put in error preflight response's body [1]. Consider add...
View ArticleCommented Issue: Provide HttpDirectRoute constructor which accepts...
__Scenario__: User likes to register a per-route message handler for the Delete Customer action in the following controller.```[RoutePrefix("api/Customers")]public class CustomersController :...
View ArticleEdited Issue: Restore AcceptVerbs and HttpGet attributes [1276]
In MVC v4 and Web API v1, HttpGetAttribute (and other HttpFooAttributes) did not derive from AcceptVerbsAttribute. (AcceptVerbsAttribute was sealed.) Also, AcceptVerbsAttribute did not allow...
View ArticleCommented Issue: Make the description better in the WCF self-host package [1267]
Users could get confused with 2 packages: "Microsoft ASP.NET Web API Owin Self Host" and "Microsoft ASP.NET Web API Self Host"?.When should I pick which one package vs another. We should add better...
View ArticleEdited Issue: Make the description better in the WCF self-host package [1267]
Users could get confused with 2 packages: "Microsoft ASP.NET Web API Owin Self Host" and "Microsoft ASP.NET Web API Self Host"?.When should I pick which one package vs another. We should add better...
View ArticleEdited Issue: Restore AcceptVerbs and HttpGet attributes [1276]
In MVC v4 and Web API v1, HttpGetAttribute (and other HttpFooAttributes) did not derive from AcceptVerbsAttribute. (AcceptVerbsAttribute was sealed.) Also, AcceptVerbsAttribute did not allow...
View ArticleCommented Issue: Restore AcceptVerbs and HttpGet attributes [1276]
In MVC v4 and Web API v1, HttpGetAttribute (and other HttpFooAttributes) did not derive from AcceptVerbsAttribute. (AcceptVerbsAttribute was sealed.) Also, AcceptVerbsAttribute did not allow...
View ArticleCreated Unassigned: It is not possible to store name of a route in DataTokens...
Please store route name in DataTokens when using Attribute Routing or pass route name to HttpRouteBuilder.BuildHttpRoute method. Thank you!
View ArticleEdited Issue: Remove the overloads of MapMvcAttributeRoutes that take...
We should leave it up to the MVC controller factory to determine which controller types are in scope for a given request.
View ArticleClosed Issue: Restore AcceptVerbs and HttpGet attributes [1276]
In MVC v4 and Web API v1, HttpGetAttribute (and other HttpFooAttributes) did not derive from AcceptVerbsAttribute. (AcceptVerbsAttribute was sealed.) Also, AcceptVerbsAttribute did not allow...
View ArticleClosed Unassigned: MVC routing fails when explicit verb attribute is used on...
__NOTE__: this is a regression after yesterday's changes to MVC attribute routing which made some changes affecting conventional routing too.Following works:``` public class HomeController :...
View ArticleClosed Unassigned: [MvcAttributeRouting]: rename MVCs RouteAttribute...
System.Web.MVC.RouteAttribute should have the same property names as System.Web.Http.RouteAttributeComments: Verified.
View ArticleEdited Issue: Multi-controller match in attribute routing returns 404 rather...
When attribute routing finds more than one controller matched an attribute route, it continues and ultimately produces a 404 instead of failing directly with an ambiguity exception (500).
View ArticleClosed Issue: [MvcAttributeRouting]: Support attribute routes at controller...
Like in Web API, add support for attribute routes at controller level. This must have {action} in it.Comments: Verified.
View ArticleClosed Issue: [MvcAttributeRouting]: Attributed controller/actions should not...
This is similar to Web API's routing behavior.1. Conventional routes can only reach non-attributed controller/actions2. Attributed routes can only reach attributed controller/actionsComments: Verified.
View ArticleClosed Unassigned: [MvcAttributeRouting]: Remove routing related properties...
This is to keep the behavior consistent with Web API routing. An older bug related to this: https://aspnetwebstack.codeplex.com/workitem/1206Comments: Verified.
View ArticleClosed Unassigned: [MvcAttributeRouting]: Rename HttpRoute attribute to Route...
Rename HttpRoute attribute to Route to keep it consistent with Web API routing.Comments: Verified.
View Article