Edited Unassigned: Upgrade System.Web.Http.SignalR project's SignalR.Core...
__Scenario__:User would like to use HubController<THub> with Web API. So, the user installs "Microsoft.AspNet.WebApi.SignalR" package.__Issue__:The latest publicly released stable version is...
View ArticleEdited Feature: Add tracing for filter overrides [1106]
IOverrideFilter doesn't have any behavior itself; it is used as a marker for the filter pipeline processing, so the tracer for the filter itself doesn't output anything (since there are no methods on...
View ArticleEdited Task: Trace more information from authentication filter tracers [1110]
The current implementation of authentication filter tracers is fairly minimal. A more complete implementation would log factors such as when a filter short-circuits or sets a principal.
View ArticleCommented Unassigned: EmailAddressAttribute does not allow empty strings [1112]
I have an MVC4 application and I've decorated a string property with the EmailAddress attribute, but not the Required attribute:``` [EmailAddress] string EmailAddress { get; set; }```My View uses...
View ArticleEdited Issue: EmailAddressAttribute does not allow empty strings [1112]
I have an MVC4 application and I've decorated a string property with the EmailAddress attribute, but not the Required attribute:``` [EmailAddress] string EmailAddress { get; set; }```My View uses...
View ArticleEdited Unassigned: Provide request message extension for getting client IP...
__Scenario__: Users would like to log the IP address of the remote client making the request.__Issue__:Its not easily discoverable as to how to retrieve the value. Users would first try to check the...
View ArticleCreated Unassigned: Add support for matrix parameters at help page. [1122]
Since it is not guaranteed that query parameters are being cached, matrix parameters should be used where applicable. But currently the help page doesn't shows up these possible requests. Our team...
View ArticleEdited Unassigned: Add support for matrix parameters at help page. [1122]
Since it is not guaranteed that query parameters are being cached, matrix parameters should be used where applicable. But when using matrix parameters the help page wont show these requests. Our team...
View ArticleEdited Unassigned: Add support for matrix parameters at 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 ArticleEdited Unassigned: 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 ArticleEdited Issue: AuthorizeAttribute can't be overriden [1095]
As the title says, it is currently not possible to override the AuthorizeAttribute set on Controllers with an AuthorizeAttribute set on Actions.While this is in itself not a bug, it is quite an...
View ArticleCreated Unassigned: Add support for model binding ODataQueryOptions for MVC...
The idea stems from [this](http://stackoverflow.com/questions/17556452/cant-use-odataqueryoptions-with-a-regular-not-webapi-controller-derived-cla) SO question. It would be useful to support...
View ArticleEdited Feature: Please readd FormatterContext [221]
Hello there,today I updated to the RC version of the WebAPI and found that there was no real workable replacement for the FormatterContext.Beside I have no idea why it had to be removed there are...
View ArticleCommented Issue: Exceptions in DefaultODataPathHandler result in 500 [909]
ODataExceptions in DefaultODataPathHandler mean that the incoming request is incorrect or not supported. These should result in 404 or 400 rather than a 500.For now, a workaround would be to have a...
View ArticleEdited Issue: Exceptions in DefaultODataPathHandler result in 500 [909]
ODataExceptions in DefaultODataPathHandler mean that the incoming request is incorrect or not supported. These should result in 404 or 400 rather than a 500.For now, a workaround would be to have a...
View ArticleClosed Task: MQ: Upgrade TeamCity to latest version [814]
Just like the title saysComments: Upgraded to 8.0
View ArticleEdited Issue: Dictionary model binder throws exception when no values present...
This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...
View ArticleCommented Issue: Dictionary model binder throws exception when no values...
This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...
View Article