Commented Issue: HttpResponseException doesn't work in custom IHttpRoute...
I have a custom IHttpRoute implementation for doing some custom routing. I want to throw a 400 (bad request) sometimes. I tried to do a "throw new HttpResponseException()" in my code but the client...
View ArticleCommented Issue: HttpResponseException doesn't work in custom IHttpRoute...
I have a custom IHttpRoute implementation for doing some custom routing. I want to throw a 400 (bad request) sometimes. I tried to do a "throw new HttpResponseException()" in my code but the client...
View ArticleClosed Issue: Self Host Server doesn't encode non English specific response...
Following post has information about the problem:http://forums.asp.net/post/5219096.aspxI have tried to repro this and as the user mentioned, this happens on selfhost but works fine on...
View ArticleCreated Unassigned: $select response on Json formatter not maintaning the...
I checked with OData formatter and there the order is maintained as expected.__Request(note the order of...
View ArticleEdited Unassigned: $select response on Json formatter not maintaning the...
I checked with OData formatter and there the order is maintained as expected.Request(note the order of...
View ArticleCommented Issue: input type="date" not in correct format [457]
I just ran across this issue today in Chrome. If you create a page with the followingModel: public class Model {[DataType(DataType.Date)] public DateTime LastModified { get; set;...
View ArticleSource code checked in, #df65fe0f63bc3d3ec6240b76b1d15c1615b348cc
Combine System.Web.Http.Owin and System.Web.Http.OwinHost
View ArticleCreated Unassigned: [CORS] Preflight request failed when there's an...
This is reported by a customer. See more details here: https://aspnetwebstack.codeplex.com/discussions/441725#editorRepro attached.
View ArticleNew Post: CORS EnableCorsAttribute parameters to accept all like previous...
Hi Bruno, Thanks for the repro. This does look like a bug and I've opened issue #1050 to track. Yao
View ArticleCommented Issue: Empty SingleResult cannot be formatted by the ODataFormatter...
public override SingleResult<Customer> GetCustomer(int key){ return SingleResult.Create(Enumerable.Empty<Customer>());}Comments: I am not entirely sure what the expected behaviour here is....
View ArticleCommented Unassigned: Allow specifying the iteration count in...
The current implementation of Crypto.HashPassword() uses a hard-coded iteration count for the PBKDF2 algorithm of 1,000...
View ArticleClosed Unassigned: Allow specifying the iteration count in...
The current implementation of Crypto.HashPassword() uses a hard-coded iteration count for the PBKDF2 algorithm of 1,000...
View ArticleCreated Unassigned: input type = email jquery validate overriding mvc data...
See http://stackoverflow.com/questions/16523525/input-type-email-jquery-validate-overriding-mvc-data-annotation
View ArticleNew Post: CORS EnableCorsAttribute parameters to accept all like previous...
Hi Yao, Thanks! Bruno
View ArticleCreated Unassigned: Add-Migration error: Schema specified is not valid. [1052]
Can not use migrations with version?Microsoft.AspNet.WebApi -> 5.0.0-beta1-130514Microsoft.AspNet.WebApi.Client -> 5.0.0-beta1-130514Microsoft.AspNet.WebApi.Core ->...
View ArticleCommented Unassigned: $select and $expand not working properly for complex...
Given the following model:``` public class JsonSelectCustomer{ public int Id { get; set; } public string Name { get; set; } public virtual IList<JsonSelectOrder> JsonSelectOrders { get; set; }}...
View ArticleCommented Unassigned: $select response on Json formatter not maintaning the...
I checked with OData formatter and there the order is maintained as expected.Request(note the order of...
View ArticleCommented Issue: Empty SingleResult cannot be formatted by the ODataFormatter...
public override SingleResult<Customer> GetCustomer(int key){ return SingleResult.Create(Enumerable.Empty<Customer>());}Comments: Yes, it is. The problem is that people return...
View ArticleClosed Issue: Warnings found when building clean project [482]
Warning 1 A custom tool 'ResXFileCodeGenerator' is associated with file 'Common\CommonResources.resx', but the output of the custom tool was not found in the project. You may try re-running the custom...
View Article