Source code checked in, #a4ee757e600f8bd286bf074c8b42acfcf6bd4e22
Add OWIN host authentication filter.
View ArticleEdited Unassigned: $select fails when Queryable has PageSize. [1020]
EntitySetController currently returns an IQueryable<T> for its Get() function. When supplying the $select query, it'll throw an ArgumentException stating that it is unable to convert the...
View ArticleCommented Unassigned: $select fails when Queryable has PageSize. [1020]
EntitySetController currently returns an IQueryable<T> for its Get() function. When supplying the $select query, it'll throw an ArgumentException stating that it is unable to convert the...
View ArticleSource code checked in, #7bdbfb2719a10c2ba4d9647df6a32c04ebc6cab3
Fix for codeplex bug 710 Razor fails at runtime when encountering a comment containing a single-quote inside a section block. @section a { <!-- ' --> } Fails at runtime with syntax error:...
View ArticleCreated Unassigned: HttpClient is not passing impersonated authentication [1030]
We have a MVC 4 website using windows authentication and need to pass the logged in user's credentials to the Web API service we're calling. This works using WebClient, but we're unable to get the new...
View ArticleEdited Issue: Razor bug parsing HTML [710]
Razor in MVC has a bug when parsing HTML comments with an apostrophe in them. The engine throws an "Expected }" exception. Below is an example on how to reproduce this issue in the default MVC 4...
View ArticleCommented Issue: Razor bug parsing HTML [710]
Razor in MVC has a bug when parsing HTML comments with an apostrophe in them. The engine throws an "Expected }" exception. Below is an example on how to reproduce this issue in the default MVC 4...
View ArticleClosed Issue: A Small Razor Breaking Change in Razor Section [940]
If you have section like,``` C#@section scriptBlock{ var a = 1; if(a < 3){//}}```Then it will fail in Razor V2 but works in Razor V1. See...
View ArticleSource code checked in, #5d31f506f59a8cb859fe8017685910046ea374fd
Add SuppressDefaultHostAuthentication option.
View ArticleSource code checked in, #d5a812d1fef8e3cfad8116cee242284b3a583479
Incorporate code review feedback (sealing private classes).
View ArticleEdited Issue: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleCommented Issue: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleSource code checked in, #be9e948e7b66e4ada97fc06f33b6b197e124855b
Issue 876: Remove MultipartWriteDelegatingStream
View ArticleClosed Issue: Investigate removing MultipartWriteDelegatingStream now that...
Might not be necessary with the new Stream Async supportComments: Fixed: https://aspnetwebstack.codeplex.com/SourceControl/changeset/be9e948e7b66e4ada97fc06f33b6b197e124855b
View ArticleEdited Issue: Investigate removing MultipartWriteDelegatingStream now that...
Might not be necessary with the new Stream Async support
View ArticleCommented Issue: BrowserHelpers.GetOverriddenBrowser should use...
if (!String.Equals(overriddenUserAgent, httpContext.Request.UserAgent)){ overriddenBrowser = createBrowser(overriddenUserAgent);}Comments: fixed on...
View ArticleEdited Issue: BrowserHelpers.GetOverriddenBrowser should use...
if (!String.Equals(overriddenUserAgent, httpContext.Request.UserAgent)){ overriddenBrowser = createBrowser(overriddenUserAgent);}
View ArticleCommented Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]
The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...
View ArticleEdited Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]
The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...
View ArticleSource code checked in, #4a673f3dfbf3b7f370df96af0424b2c6e4abf46b
Issue 1020: $select fails when Queryable has PageSize. LimitResults uses the original IQueryable element type which could be different as $select and $expand result in...
View Article