Commented Issue: '/', '\' and ' ' is not handled correctly in string primary...
'/', '\' can't route to the correct action' ' will be null value when binding to the id parameter.Repro code: public static void RegisterODataRoutes(this HttpConfiguration configuration){// Metadata...
View ArticleReopened Issue: '/', '\' and ' ' is not handled correctly in string primary...
'/', '\' can't route to the correct action' ' will be null value when binding to the id parameter.Repro code: public static void RegisterODataRoutes(this HttpConfiguration configuration){// Metadata...
View ArticleEdited Issue: '/', '\' and ' ' is not handled correctly in string primary key...
'/', '\' can't route to the correct action' ' will be null value when binding to the id parameter.Repro code: public static void RegisterODataRoutes(this HttpConfiguration configuration){// Metadata...
View ArticleCommented Issue: '/', '\' and ' ' is not handled correctly in string primary...
'/', '\' can't route to the correct action' ' will be null value when binding to the id parameter.Repro code: public static void RegisterODataRoutes(this HttpConfiguration configuration){// Metadata...
View ArticleEdited Unassigned: FormUrlEncodedContent breaks on large values [1042]
Due to FormUrlEncodedContent's use of Uri.EscapeDataString() internally, it is unable to post values exceeding ~32k in length; Uri.EscapeDataString() is documented to throw UriFormatException if the...
View ArticleCreated Unassigned: Error when the class has self reference and inheritance...
**Url**`/api/passos?$expand=ProximoPasso&$select=Nome,ProximoPasso/Nome`**Code**``` public abstract class EntityNome : IEntity{ public int Id { get; set; } public string Nome { get; set; }}``````...
View ArticleCommented Issue: $expand fails if the request has $inlinecount [1037]
Discussion at https://aspnetwebstack.codeplex.com/discussions/398611 Error received is Only a top-level feed can have the 'ODataFeed.Count' property value specified. Expanded links do not support...
View ArticleEdited Issue: $expand fails if the request has $inlinecount [1037]
Discussion at https://aspnetwebstack.codeplex.com/discussions/398611 Error received is Only a top-level feed can have the 'ODataFeed.Count' property value specified. Expanded links do not support...
View ArticleCreated Unassigned: [Regression]Validation error message for string property...
Build - May 8thHere is my modelpublic class ValidationModel{ public int IntReq { get; set; }[Required] public string StrNotReqAndDMIsReq { get; set; }}My requestvar formUrlEncodedBadObject =...
View ArticleCommented Issue: Help Pages XmlDocumentationProvider should process class...
We've got support for parsing comments generated for methods, but not the class. Would be great to also be able to provide class level xml comments.Comments: This feature would really help out a lot....
View ArticleCreated Unassigned: Provide a way to specify actual return type for actions...
HelpPage generates samples based on the return type of the actions. If IHttpActionResult is the declarated return type of the action, then HelPage will not be able to generate samples. This behavior is...
View ArticleCommented Issue: Bug in MVC4: System.Web.PrefixContainer [616]
It seems that internal System.Web.PrefixContainer class was introduced in MVC4 and this class has the bug, which is reproduced with the following model, view and controller action method: public class...
View ArticleEdited Issue: FormDataCollectionExtensions.ReadAs should accept...
The FormDataCollectionExtensions.ReadAs() extension methods should have an additional overload that accepts an HttpActionContext.The current versions create a new HttpConfiguration() and synthesize a...
View ArticleCommented Issue: FormDataCollectionExtensions.ReadAs should accept...
The FormDataCollectionExtensions.ReadAs() extension methods should have an additional overload that accepts an HttpActionContext.The current versions create a new HttpConfiguration() and synthesize a...
View ArticleCreated Issue: ReadAsMultipartAsync may cause null ref exception [1046]
This is a issue from fuzzing test, but it's not a security issue.To repro the issue, consume the attached file and build HttpContent by code: public bool ConsumeFuzzedFile(string fuzzedFile,...
View ArticleCreated 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 ArticleEdited Issue: FormDataCollectionExtensions.ReadAs should accept...
The FormDataCollectionExtensions.ReadAs() extension methods should have an additional overload that accepts an HttpActionContext.The current versions create a new HttpConfiguration() and synthesize a...
View ArticleEdited Unassigned: Provide a way to specify actual return type for actions...
OData and HelpPage areas are effected by this:__OData____Error__:{"Message":"An error has occurred.","ExceptionMessage":"Cannot create an EDM model as the action 'Get' on controller 'Customers' has a...
View ArticleEdited Issue: Bundler / minifier not handling end of file comments correctly...
I have noticed that the bundler doesn't handle single line comments at the end of a javascript file correctly (or as would be expected), when the script is bundled and minified. A single line comment...
View ArticleEdited Issue: Add AuthenticationFilterAttributeTracer wrapper for...
The authentication filter won’t work under tracing mode as tracer will wrap the auth filter as a FilterTracer which is just an IFilter. FilterGrouping.SelectAvailable can't select correct...
View Article