Edited Issue: Microsoft.Web.Helpers.Facebook - LikeBox dont work [286]
LikeBox function use "http://www.facebook.com/plugins/recommendations.php" instead "likebox.php"
View ArticleEdited Issue: Webgrid and sorting on a column with null values (MVC3) [138]
The problem is based on the following example (borrowed from http://stackoverflow.com/questions/2290436/linq-orderby-breaks-with-navigation-property-being-null) :table Users -> has basic user info...
View ArticleEdited Issue: Model-binding collection fails when non-collection property...
Given a collection property named "foos" and another property named "foosBar" on an object being model-bound, because of the implementation of the PrefixContainer (specifically the IsPrefixMatch...
View ArticleEdited Issue: Unable to deserialize edm:Time property [975]
I have an working OData service, but as soon as a I add a property of type TimeSpan, I have trouble POSTing to it. The $metadata shows the type as Edm:Time as I would expect. And Fiddler shows the...
View ArticleEdited Issue: Collection property deserialization doesn't work [422]
When send back with collection property data in entity payload, it reports error: no collection property support yet.>...
View ArticleEdited Issue: Unable to deserialize edm:Time property [975]
I have an working OData service, but as soon as a I add a property of type TimeSpan, I have trouble POSTing to it. The $metadata shows the type as Edm:Time as I would expect. And Fiddler shows the...
View ArticleEdited Issue: [Cors] RequestMessageHandlerTracer is not executed for OPTIONS...
__Repro__Setup a CORS enable web site and write a customized trace writer like this:```public class CustomTraceWriter : SystemDiagnosticsTraceWriter{ public override void Trace( HttpRequestMessage...
View ArticleEdited Issue: Add CreateResponse overload that only takes T for body [960]
Currently there is an overload that takes HttpStatusCode and T but in many cases HttpStatusCode.OK is the code and in those cases it would be easier just to be able to pass in T.It would also be useful...
View ArticleEdited Issue: Stack overflow if GetControllerMapping called before 1st...
If tracing is enabled and DefaultHttpControllerSelector.GetControllerMapping() is called before the first request has been processed, the MessageHandler pipeline will be corrupted.The...
View ArticleEdited Issue: Flow the TimedOutToken and ClientDisconnectedToken [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: Add extension method to HttpRequestMessage so that user can...
Internally, we have save the IsLocal result in the HttpRequestMessage's property bag. Here are where we populate them.SelfHost: HttpSelfHostServer.ProcessRequestContext()// Add information about...
View ArticleEdited Issue: Tracing formatters should expose the inner formatter [580]
This is required by OData. A workaround was implemented that also needs to be removed.
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 ArticleEdited Issue: HttpConfiguration.ShouldIncludeErrorDetail should be public [361]
This would allow users to easily decide in their action whether or not they should send error detail for custom HttpErrors.
View ArticleEdited Issue: Key to the HttpError dictionary shall be public [187]
Following keys are private: private const string MessageKey = "Message"; private const string MessageDetailKey = "MessageDetail"; private const string ModelStateKey = "ModelState"; private const string...
View ArticleClosed Issue: ReadAsMultipartAsync returns result before all files have been...
We trying to perform validation of the files which have been processed by ReadAsMultipartAsync, but sometimes on the attempts to open file for reading IOException is throwing, like this:The process...
View ArticleClosed Issue: Add CreateResponse overload that only takes T for body [960]
Currently there is an overload that takes HttpStatusCode and T but in many cases HttpStatusCode.OK is the code and in those cases it would be easier just to be able to pass in T.It would also be useful...
View ArticleCommented Unassigned: [WebApiOnOwin]Formatter write exceptions generated...
When there are exceptions during a formatter's write to stream, I am seeing that the HttpError responses is being sent in chunked encoding format.I noticed that this HttpError response behavior is...
View ArticleClosed Issue: Content negotiation returns 406 on missing accept header [353]
Using DefaultContentNegotiator (at least with excludematchontype = true) returns a 406 for all requests without an accept header.Http spec says that a missing accept header means the client will accept...
View ArticleClosed Issue: WebAPI should return a 415 instead of a 500 when it can't find...
We currently get:<Error><Message>An exception has occurred.</Message><ExceptionMessage>No MediaTypeFormatter is available to read an object of type 'ZumoAppInput' from content...
View Article