Edited Issue: Error when a controller derives from another having a default...
For the following controller setup, when I am launching the application, I am seeing an error related to same route name ("EmployeesApi") being added to the collection. __Reason__: We currently are...
View ArticleCommented Issue: Unobtrusive validation attributes are double-encoded [1198]
For example:```htmldata-val-equalto="'MyProperty5' and 'MyProperty4' do not match."```There's a method called GetValidationAttributes that adds HTML-encoded values to a dictionary, and then the values...
View ArticleCommented Issue: Unobtrusive validation attributes are double-encoded [1198]
For example:```htmldata-val-equalto="'MyProperty5' and 'MyProperty4' do not match."```There's a method called GetValidationAttributes that adds HTML-encoded values to a dictionary, and then the values...
View ArticleClosed Issue: Unobtrusive validation attributes are double-encoded [1198]
For example:```htmldata-val-equalto="'MyProperty5' and 'MyProperty4' do not match."```There's a method called GetValidationAttributes that adds HTML-encoded values to a dictionary, and then the values...
View ArticleEdited Issue: Unobtrusive validation attributes are double-encoded [1198]
For example:```htmldata-val-equalto="'MyProperty5' and 'MyProperty4' do not match."```There's a method called GetValidationAttributes that adds HTML-encoded values to a dictionary, and then the values...
View ArticleNew Post: missing function when i upgraded form 5.2.0.0 to 5.6.0.0
didnt get it in nuget how can i get it?
View ArticleNew Post: missing function when i upgraded form 5.2.0.0 to 5.6.0.0
strange, i have it but i dont see those functions in it
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 ArticleEdited Issue: OData actions do not work if the model has KeyValuePair. [1232]
1) Create a model having an ODataAction.2) Add a complex type KeyValuePair<string, object> to the model like this, model.ComplexType<KeyValuePair<string, object>>();3) Try accessing...
View ArticleCommented Issue: OData actions do not work if the model has KeyValuePair. [1232]
1) Create a model having an ODataAction.2) Add a complex type KeyValuePair<string, object> to the model like this, model.ComplexType<KeyValuePair<string, object>>();3) Try accessing...
View ArticleEdited Feature: Async support for RenderAction/Action and...
Currently the trend is moving towards async every-where. So I think it will be great if there is a support for ActionAsync/RenderActionAsync and PartialAsync/RenderPartialAsync methods
View ArticleCommented Feature: Async support for RenderAction/Action and...
Currently the trend is moving towards async every-where. So I think it will be great if there is a support for ActionAsync/RenderActionAsync and PartialAsync/RenderPartialAsync methodsComments: Good...
View ArticleClosed Unassigned: Inconsistent request stream buffer policy between Webhost...
Following is the current buffer policy behavior in different hosts:Request stream’s default mode:1. Katana selfhost : __Streamed__2. Webhost: Buffered3. WCF Selfhost: Buffered__Expected__: Make Katana...
View ArticleEdited Issue: Inconsistent behavior between hosts when rereading the incoming...
__Scenario__: A user has an action filter where he likes to re-read the incoming request stream.__Current behavior__:In Katana/WCF selfhosts, currently this piece of code would print like "At...
View ArticleCommented Issue: Batching: Filters can not access content [1194]
Hi,It would appear that there is a bug in the way the WebApi batch handlers work. The content of any batched request is null/blank when attempting to access it from a filter.This is problematic for us...
View ArticleEdited Issue: Batching: Filters can not access content [1194]
Hi,It would appear that there is a bug in the way the WebApi batch handlers work. The content of any batched request is null/blank when attempting to access it from a filter.This is problematic for us...
View ArticleEdited Issue: Option to not encode TagBuilder attributes [895]
By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything...
View ArticleNew Post: SimpleMembership/Crypto.HashPassword iterations?
Hi Matthew, We believe at this time that the right balance for most web applications is to use 1000 iterations. There is a trade-off in security in terms of balancing how many iterations (more is...
View ArticleNew Post: SimpleMembership/Crypto.HashPassword iterations?
I think that the number needs to be increased but DoS mitigated by proper account lockout for obvious password brute force. With the new ASP.NET Identity system this is a perfect opportunity to...
View ArticleEdited Issue: Ensure Web API Help Page and ApiExplorer work with the latest...
See the following issues for the related changes:https://aspnetwebstack.codeplex.com/workitem/1222https://aspnetwebstack.codeplex.com/workitem/1223https://aspnetwebstack.codeplex.com/workitem/1227
View Article