Commented Issue: Content type with trailing semi-colon handled incorrectly [829]
Had a tricky issue with a customer using our API (implemented using ASP.Net Web API) where by they were using the application/json content type in their requests, but were accidentally appending a...
View ArticleCreated Issue: Add extension method to HttpRequestMessage so that user can...
Internally, we have save the IsLocal result in the HttpRequestMessage's property bag. Here are where we populate them.SelfHost: HttpSelfHostServer.ProcessRequestContext()// Add information about...
View ArticleCreated Issue: Improve our versioning story with same controller name but...
If one has two TestController types under different namespace, it is very hard to pick the right one based on the route it came on. Our default controller selector would throw exceptions on multiple...
View ArticleEdited Issue: Improve our versioning story with same controller name but...
If one has two TestController types under different namespace, it is very hard to pick the right one based on the route it came on. Our default controller selector would throw exceptions on multiple...
View ArticleCreated Issue: HttpPostedFileBaseModelBinder and browsers that send full file...
Certain browsers (IE) send the full file path of a file from an <input type="file"/>.It seems this behaviour was turned off in IE8 onwards (but still remains as an option to turn back on through...
View ArticleCommented Issue: Overly aggressive validation for applying...
With the default route and this controller:using System.ComponentModel.DataAnnotations;using System.Web.Http;namespace ActionSelectionTest.Controllers{[FromUri] public class Test{[Required] public int...
View ArticleCommented Issue: Razor code formatting is broken when using tabs in VS2012...
When using "Keep tabs" instead of the default "Insert spaces", and running "Fomat document" (CTRL-E, CTRL-D) on in a .cshtml file with razor code any ifs inside other markup gets "mangled". I've...
View ArticleCreated Issue: Visual Basic 404 [836]
when I reproduce the 3 steps sample with vb.net http://blogs.msdn.com/b/webdev/archive/2013/01/29/getting-started-with-asp-net-webapi-odata-in-3-simple-steps.aspxI get a 404```ublic Class...
View ArticleClosed Issue: Visual Basic 404 [836]
when I reproduce the 3 steps sample with vb.net http://blogs.msdn.com/b/webdev/archive/2013/01/29/getting-started-with-asp-net-webapi-odata-in-3-simple-steps.aspxI get a 404```ublic Class...
View ArticleCreated Issue: Web API OData Returns Bad Request when ICollection encountered...
I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an ICollection<Role> property on the Account class.When I...
View ArticleEdited Issue: Web API OData Returns Bad Request when ICollection encountered...
I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an ICollection<Role> property on the Account class.When I...
View ArticleEdited Issue: Web API OData Returns Bad Request when ICollection encountered...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented 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 ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCreated Issue: Add better support for excluding properties from model binding...
Currently hard to do because users have to register a custom ModelMetadataProvider. We need an attribute-based way of excluding properties.
View ArticleClosed Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.Comments: Fixed with commit 8d409f2151e4.
View ArticleCreated Issue: Dealing with DTOs in Queryable actions [839]
Based on this great articlehttp://blogs.msdn.com/b/webdev/archive/2013/02/06/protect-your-queryable-api-with-validation-feature-in-asp-net-web-api-odata.aspxI have more input for the team wrt real...
View ArticleCreated Issue: Fix tracing info link to fwlink in webapiconfig comment [840]
// To disable tracing in your application, please comment out or remove the following line of code// For more information, refer to: http://www.asp.net/web-api...
View Article