Edited Issue: AntiForgeryToken helper and Claims based security [202]
In latest version of MVC4 avaliable from WebPi found an issue with AntiForgeryToken helper. It requires both NameIdentifier and IdentityProvider claims and in exceptions it states that IdentityProvider...
View ArticleEdited Issue: Broken Image link in Bing SearchBox helper [624]
To reproduce this, follow these steps:1. Create a new site that references Microsoft.Web.Helpers.2. Add @Bing.SearchBox to one of the pages.3. Navigate to the page in the browser of your choice.Result:...
View ArticleNew Post: Custom HttpParameterBinding is not picked up by latest bits
I've defined a HttpParameterBinding derived class which is registered correctly during the web app startup. The parameter binding is binds the UserTypePrincipal from Thread.CurrentPrincipal to a method...
View ArticleCreated Unassigned: webapi can't deserialize null url parameter [1117]
http://stackoverflow.com/questions/17375400/webapi-wont-deserialize-string-array-using-paramI am trying to call a ASP.NET WebAPI method and pass it a serialized JavaScript object over a GET request...
View ArticleEdited Task: MQ: Review global suppressions [1100]
I found some unused global suppressions in System.Web.Http. We should check the other projects as well. While we're at it, we should also fix line length and sorting in these files.
View ArticleEdited Unassigned: Upgrade System.Web.Http.SignalR project's SignalR.Core...
__Scenario__:User would like to use HubController<THub> with Web API. So, the user installs "Microsoft.AspNet.WebApi.SignalR" package.__Issue__:The latest publicly released stable version is...
View ArticleClosed Unassigned: Upgrade System.Web.Http.SignalR project's SignalR.Core...
__Scenario__:User would like to use HubController<THub> with Web API. So, the user installs "Microsoft.AspNet.WebApi.SignalR" package.__Issue__:The latest publicly released stable version is...
View ArticleEdited Issue: [MVC4] Nullable rendered 0 in view when null [1103]
I have an issue with html attribute in a view.here :...
View ArticleCommented Issue: [MVC4] Nullable rendered 0 in view when null [1103]
I have an issue with html attribute in a view.here :...
View ArticleEdited Issue: metadata uri (json light) is missing $select clause [1107]
Spec here on the metadata url - http://docs.oasis-open.org/odata/odata/v4.0/csprd01/part1-protocol/odata-v4.0-csprd01-part1-protocol.html#_Toc355089421Issue: GET...
View ArticleEdited Task: MQ: Revisit use of Error.ArgumentNull and similar helpers [1114]
Error.ArgumentNull breaks static analysis of parameter name. Let's revisit whether to use this helper in our assemblies and have a consistent approach across them.One solution:Replaces all uses of...
View ArticleCreated Unassigned: Provide better error messages when invalid route...
```[RoutePrefix("/Home")] public class HomeController : Controller{[HttpGet("Index")] public ActionResult Index(){ return View();}}``````[RoutePrefix("Home/")] public class HomeController :...
View ArticleCreated Unassigned: [MvcAttributeRouting]Value from ActionName attribute not...
For the below action:```[RoutePrefix("Home")] public class HomeController : Controller{[HttpGet("Index")][ActionName("Default")] public ActionResult Index(){ return View();}}```the route generated is...
View ArticleEdited Unassigned: [MvcAttributeRouting]Provide better error messages when...
```[RoutePrefix("/Home")] public class HomeController : Controller{[HttpGet("Index")] public ActionResult Index(){ return View();}}``````[RoutePrefix("Home/")] public class HomeController :...
View ArticleCommented Issue: XmlMediaTypeFormatter does not serialize Uri input correctly...
Uri- file://[7f:d:ee9e::7a:828e:c]/-861%A3+/F3&m/@pM is serialized as file://[7f:d:ee9e::7a:828e:c]/-861%**25**A3+/F3&m/@pM on server by XmlMediaTypeFormatter(Notice 25(bolded) added to the...
View ArticleEdited Issue: Unseal the classes [1108]
I have been trying to add some behavior to attributes, but most of them are sealed.The specific classes I have been trying to extend are AttributeName and AcceptVerbs.Is there any reason to forbid us...
View ArticleSource code checked in, #f0a1415d0f6ee41074eda5e8d46513a81c4825e4
Add BadRequest() action result.
View ArticleEdited Issue: [AttributeRouting]Handle scenario when multiple route prefixes...
Currently the following would cause a problem, as we try to create 2 routes(one for each route prefix) with the same route name calle...
View Article