Edited Feature: Add Redirect() and RedirectToRoute() results [1263]
MVC has them. It's is now needed for a SPA RTM bug fix as well.
View ArticleEdited Feature: Add Redirect() and RedirectToRoute() results [1263]
MVC has them. It's is now needed for a SPA RTM bug fix as well.
View ArticleCommented Feature: Add Redirect() and RedirectToRoute() results [1263]
MVC has them. It's is now needed for a SPA RTM bug fix as well.Comments: commit 8068e3620e27fb7bb94143fd83c1eee92593c3f6 commit 15f05cc4edfdc5bb8e276fa87542077da98f2dd5
View ArticleCreated 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 ArticleEdited Feature: Add Redirect() and RedirectToRoute() results [1263]
MVC has them. It's is now needed for a SPA RTM bug fix as well.
View ArticleClosed Issue: attribute routing doesn't always resolve overloads [1199]
Attribute routing doesn't work well with action overload resolution (ie, the action selector), particularly when there are multiple actions with structurally equivalent routes that have different route...
View ArticleCreated Unassigned: 1. Fix the “>” in the Web API OWIN self-host package [1266]
There’s a “>” at the start of the description of the Web API OWIN Self Host package. This is what’s in the nuspec:<summary>>This package allows you to host ASP.NET Web API within your...
View ArticleCreated Unassigned: 2. Make the description better in the WCF self-host...
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 Unassigned: Make the description better in the WCF self-host package...
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 Unassigned: Fix the “>” in the Web API OWIN self-host package [1266]
There’s a “>” at the start of the description of the Web API OWIN Self Host package. This is what’s in the nuspec:<summary>>This package allows you to host ASP.NET Web API within your own...
View ArticleSource code checked in, #3b358d4dc31f0c44978ee756f0ef94103b9e2d2b
Update HttpServer unit tests
View ArticleSource code checked in, #3d401b11e23ffad9b190e21cf7b6a1c045087b5b
1242 Incorrect action is being matched as explicit route order is not being honored
View ArticleEdited 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 ArticleCommented 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 ArticleSource code checked in, #4f12ab70c08127a9af78df96f060e92b77233f12
Fix 1265 - acceptverbs should not provide Direct routes. Fix 1264 - rename properties on MVC's RouteAttribute to match WebAPI's (this is now like WebAPI).
View ArticleSource code checked in, #89d20225e60550e58cc9cca8e576091dbf2711ca
Adding test to verify the fix for issue 1246 which has been addressed by the previous checkin https://aspnetwebstack.codeplex.com/SourceControl/changeset/3d401b11e23ffad9b190e21cf7b6a1c045087b5b
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 Article