Source code checked in, #63cefc795d2c
Add authentication filters and filter overrides to MVC.
View ArticleSource code checked in, #4dc0a1a996a2
Add authentication filters and filter overrides to Web API.
View ArticleNew Post: Status of OData support
In which case that could deserve a bold statement on the front page main section :)
View ArticleCreated Issue: Simplify ASP.Net WebApi Configuration Setup [906]
Currently to configure ASP.Net WebApi a default route is required.Propose that an convenience extension method be added that create a default route with a default path...
View ArticleCreated Issue: WebMatrix error list seems to have timing issues that lead to...
This is WebMatrix bug - PS (IIS OOB DB) - 37248Description:8/22/2012 4:43 PM Edited by mikhailaa). There is a Razor parser bug. - Open attached file. Parser reports no errors. - Type a space after }...
View ArticleCreated Issue: Exceptions from authorization filters are not caught by...
An exception thrown from IAuthorizationFilter.ExecuteFilterAsync does not get caught by exception filters. (Exceptions thrown from awaiting the task do get caught.)This behavior is not by design and is...
View ArticleSource code checked in, #cf60af74d7ea
Issue 841: Remove MachineKey40CryptoSystem (post 4.5 upgrade cleanups)
View ArticleSource code checked in, #ec046f40e1b2
Issue 841: Remove Microsoft.Web.Infrastructure references where possible (post 4.5 upgrade cleanups)
View ArticleCreated 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 ArticleCreated Issue: PushStreamContent is swallowing exception [910]
I am using HttpClient and PushStreamContent to upload 1GB of data. I noticed that if I do _not_ use the try-catch below, I am not seeing any exception thrown. Actually there is an out-of-memory...
View ArticleCreated Issue: ExpandoObject Suppport in ODataComplexTypeSerializer [911]
Add Expandobject support for default OData formatters to handle dynamic results e.g. List<ExpandoObject>At the moment the ODataComplexSerializer and ODataComplexDeserializer assume that the...
View ArticleEdited Issue: ExpandoObject Suppport in ODataComplexTypeSerializer [911]
Add Expandobject support for default OData formatters to handle dynamic results e.g. List<ExpandoObject>At the moment the ODataComplexSerializer and ODataComplexDeserializer assume that the...
View ArticleCreated Issue: All MVC pages fail with the message "An item with the same key...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleCreated Issue: Put EnableCors under namespace System.Web.Http [913]
The HttpConfiguration extension EnableCors is under namespace System.Web.Http.Cors in recent build. As a result, to enable cors in WebApiConfig you need to include 'using System.Web.Http.Cors'.In...
View ArticleUpdated Wiki: Contributors
We would like to thank the following contributors for sharing code and making ASP.NET MVC, Web API and Web Pages better products.Miguel de IcazaKhalid AbuhakmehNick BerardiPaul BettsPatrick...
View ArticleEdited Feature: When tracing is turned on, the formatters information...
Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.
View ArticleCommented Feature: When tracing is turned on, the formatters information...
Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.Comments:...
View ArticleEdited Issue: Provide API to retrieve wrapped services [382]
The tracing layer wraps a trace-aware object around major services and formatters. Apps that need to downcast a service or formatter need a way to ask for the inner object instance.I recommend we...
View Article