Closed Feature: Provider portable helpers for parsing and creating query...
We shipped a query string parser in System.Net.Http.Formatting.dll, but it didn't make it into the portable System.Net.Http.Formatting.dll implementation because of the dependency on...
View ArticleCommented Issue: Throw during startup when a route constraint is of the wrong...
Only IHttpRouteConstraint and string are supported. Especially with attribute routing, we shouldn't wait until a matching request comes in to tell the developer about the incorrect app code.Comments:...
View ArticleEdited Issue: Exception logger not invoked for exceptions inside...
This issue does not exist in WebHost where exceptions inside TryComputeLength call the exception loggers.__Attached__ a Katana selfhost repro.
View ArticleCommented Issue: Exception logger not invoked for exceptions inside...
This issue does not exist in WebHost where exceptions inside TryComputeLength call the exception loggers.__Attached__ a Katana selfhost repro.Comments: commit b4038fd6de8916791204bd05eaf2982475a65153
View ArticleCommented Feature: Provide properties for specifiying DataTokens and Defaults...
Also for MVC too.Comments: commit 65a1b9fcfb027dc4328b697e5b581af40d9ba2d3
View ArticleEdited Issue: Throw during startup when a route constraint is of the wrong...
Only IHttpRouteConstraint and string are supported. Especially with attribute routing, we shouldn't wait until a matching request comes in to tell the developer about the incorrect app code.
View ArticleCommented Issue: Throw during startup when a route constraint is of the wrong...
Only IHttpRouteConstraint and string are supported. Especially with attribute routing, we shouldn't wait until a matching request comes in to tell the developer about the incorrect app code.Comments:...
View ArticleClosed Issue: MediaTypeFormatter's ReadFromStreamAsync fails when tracing is...
I have implemented custom formatter which overrides both ReadFromStreamAsync and WriteToStreamAsync overloads taking in Cancellation token.When tracing is _not_ enabled, the above read and write...
View ArticleClosed Issue: Exception logger not invoked for exceptions inside...
This issue does not exist in WebHost where exceptions inside TryComputeLength call the exception loggers.__Attached__ a Katana selfhost repro.Comments: Verified.
View ArticleCreated Unassigned: Provide base class for authentication filters [1432]
All the other filter types have base classes that help with implementing them. Authentication filters don't. Particularly for ChallengeAsync, it would be nice to have a virtual method like...
View ArticleEdited Feature: Expose route builder in both MVC and Web API attribute...
__Scenario__:http://stackoverflow.com/questions/19529522/httproutebuilder-where-did-it-go-and-whyPlease note about the following bug too when trying to fix...
View ArticleCommented Feature: Expose route builder in both MVC and Web API attribute...
__Scenario__:http://stackoverflow.com/questions/19529522/httproutebuilder-where-did-it-go-and-whyPlease note about the following bug too when trying to fix...
View ArticleEdited Issue: Flow the ClientDisconnectedToken in Web Host [858]
With [this commit](http://aspnetwebstack.codeplex.com/SourceControl/changeset/c18dbd8306a2), it's now possible to flow the following two CancellationToken objects through the ASP.NET Web API pipeline...
View ArticleEdited Issue: Flow the ClientDisconnectedToken in Web Host [858]
With [this commit](http://aspnetwebstack.codeplex.com/SourceControl/changeset/c18dbd8306a2), it's now possible to flow the following two CancellationToken objects through the ASP.NET Web API pipeline...
View ArticleEdited Feature: Expose route builder in both MVC and Web API attribute...
__Scenario__:http://stackoverflow.com/questions/19529522/httproutebuilder-where-did-it-go-and-whyPlease note about the following bug too when trying to fix...
View ArticleCommented Issue: Add BsonFormatter in MediaTypeFormatterCollection [1430]
MediaTypeFormatterCollection has properties for JsonMediaTypeFormatter, XmlMediatypeformatter and FormUrlEncodedMediaTypeFormatter too. Since we added support for BsonMediaTypeFormatter, we should add...
View ArticleCreated Issue: Multipart parser unable to parse mutlipart content when it...
_Scenario_:User is trying to use Uploadify tool to do multipart form data uploads.__Reference__:Following discussion thread is about the...
View ArticleEdited Issue: Multipart parser unable to parse mutlipart content when it does...
_Scenario_:User is trying to use Uploadify tool to do multipart form data uploads.__Reference__:Following discussion thread is about the...
View ArticleEdited Issue: Multipart parser unable to parse mutlipart content when it does...
_Scenario_:User is trying to use Uploadify tool to do multipart form data uploads._Reference_:Following discussion thread is about the...
View Article