Commented Issue: Post error: Either BinaryRead, Form, Files, or InputStream...
See full [question in Stackoverflow](http://stackoverflow.com/questions/17602845/post-error-either-binaryread-form-files-or-inputstream-was-accessed-before-t)After performing the downgrade webapi, it...
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 ArticleEdited 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 ArticleEdited Issue: Methods with matrix parameters are not shown in help page [1122]
Our team decided to use standard query parameters in URIs only for sorting and paging and other non filtering actions on resources. For filtering we want to use matrix parameters.Since it is not...
View ArticleCommented Issue: Methods with matrix parameters are not shown in help page...
Our team decided to use standard query parameters in URIs only for sorting and paging and other non filtering actions on resources. For filtering we want to use matrix parameters.Since it is not...
View ArticleClosed Unassigned: JsonContractResolver should use Default SerializerSettings...
In JsonMediaTypeFormatter, JsonContractResolver is set as DefaultContractResolver, Which calls ConfigureProperty Method, Which should set Default SerializerSettings from JsonMediaTypeFormatter, because...
View ArticleCreated Unassigned: Invalid Content-Type header value results in a 415 [1167]
Content-Type: multipart/related; type=image/jpeg; boundary=abcThe above is invalid because the "/" is invalid in image/jpeg. type="image/jpeg" should be usedI expect a 400 and observe that...
View ArticleCreated Unassigned: request.Content.ReadAsMultipartAsync() throws an...
If a part of a multipart message contains two Content-Type headers, request.Content.ReadAsMultipartAsync() throws the following:System.InvalidOperationException: Error parsing MIME multipart body part...
View ArticleCommented Unassigned: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleEdited Issue: MVC attribute routing fails for multiple routes with the same...
__Scenario__:User decorates the controller and actions with attributed routes and expects the applicaiton to work.__Issue__:Consider the following two actions in AccountController(shortened for...
View ArticleCommented Issue: MVC attribute routing fails for multiple routes with the...
__Scenario__:User decorates the controller and actions with attributed routes and expects the applicaiton to work.__Issue__:Consider the following two actions in AccountController(shortened for...
View ArticleCommented Unassigned: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleCommented Issue: Razor bug parsing HTML [710]
Razor in MVC has a bug when parsing HTML comments with an apostrophe in them. The engine throws an "Expected }" exception. Below is an example on how to reproduce this issue in the default MVC 4...
View ArticleClosed Feature: We should open up the configuration.Services to allow user...
Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.We should open this up so that people don't have...
View ArticleCommented Issue: Razor bug parsing HTML [710]
Razor in MVC has a bug when parsing HTML comments with an apostrophe in them. The engine throws an "Expected }" exception. Below is an example on how to reproduce this issue in the default MVC 4...
View ArticleEdited Issue: Razor V2 Bug:Url Resolution Fails if you have Html Comment with...
During discussing a thread in ASP.NET MVC forums, found a bug in Razor V2 in which the auto url resolution(~) will not work if you have an html comment with quotation or apostrophe before the url...
View ArticleCommented Issue: Razor V2 Bug:Url Resolution Fails if you have Html Comment...
During discussing a thread in ASP.NET MVC forums, found a bug in Razor V2 in which the auto url resolution(~) will not work if you have an html comment with quotation or apostrophe before the url...
View ArticleCreated Unassigned: PushStreamContent not working under Self hosting server...
The code below it is supposed to write into the console the value of the current datetime every one second. It doesn't. But if the controller is hosted under IIS (instead of under SHS), it works...
View ArticleEdited Feature: We should open up the configuration.Services to allow user...
Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.We should open this up so that people don't have...
View ArticleClosed Issue: Razor V2 Bug:Url Resolution Fails if you have Html Comment with...
During discussing a thread in ASP.NET MVC forums, found a bug in Razor V2 in which the auto url resolution(~) will not work if you have an html comment with quotation or apostrophe before the url...
View Article