Commented Issue: [CORS] Preflight request failed when there's an HttpOptions...
This is reported by a customer. See more details here: https://aspnetwebstack.codeplex.com/discussions/441725#editorRepro attached.Comments: Hi Yao, Just installed today's build. I'm only successful if...
View ArticleNew Comment on "Attribute routing in Web API"
There should be some kind of global/assembly prefix i.e. config.MapHttpAttributeRoutes("api") with attribute [RoutePrefix("customers")] would make a route like "api/customers"
View ArticleCreated Unassigned: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleSource code checked in, #474bdb224234043c8cb75dfd9ec3b9a687e7c164
Add Ok(value) action result.
View ArticleClosed Feature: Provide an EmptyAuthenticationResult that signals the...
When implementing an IAuthenticationFilter, in the AuthenticateAsync method you can return one of the out of the box implemented classes: SuccessfullAuthenticationResult or FailedAuthenticationResult...
View ArticleEdited Feature: Provide a default implementation for changeset unit of work...
The current implementation of DefaultODataBatchHandler doesn't provide any kind of Unit Of Work semantics as defined for changesets in the OData V3 specification. The current implementation processes...
View ArticleEdited Feature: Add foreign key information to the associations in the...
When there is an entity in a model that has an entity that explicitly exposes the foreign key of an association to another entity, make that information visible and available in the $metadata...
View ArticleEdited Feature: Add simple support for OData nested paging [1101]
Implement nested paging where every level is paged at the same size.
View ArticleEdited Issue: Make EntitySetConfiguration ctor public [1093]
The constructors in EntitySetConfiguration are public, while the constructors in EntitySetConfiguration<T> are internal. The constructors in EntitySetConfiguration were made public to ease unit...
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 ArticleEdited Feature: default odata routing conventions is missing support for...
The following odata uri templates are not supported and WCF DS client generates them.1) PUT or POST ~/entityset/key/cast/$links/navigation - CreateLink with inheritance.2) POST...
View ArticleEdited Feature: default odata routing conventions is missing support for...
The following odata uri templates are not supported and WCF DS client generates them.1) PUT or POST ~/entityset/key/cast/$links/navigation - CreateLink with inheritance.2) POST...
View ArticleEdited Feature: Emit navigation properties with source multiplicity '*' if...
we emit properties with source multiplicity '0..1' by default if the target multiplicity is 1. users cannot configure the source end of the multiplicity. So, we should emit a better default which in...
View ArticleSource code checked in, #ad2acc85d23003aecf133c5a65d45fc7a4c0e646
#1064 Multipart parser not setting content length header on inner contents
View ArticleCommented Issue: [Regression]Multipart parser not setting content length...
Attached a repro.__Issue__:The below action is returning null when actually there is valid data in the content. The issue here is that the content header ‘Content-Length’ value is 0 even though the...
View ArticleEdited Issue: [Regression]Multipart parser not setting content length header...
Attached a repro.__Issue__:The below action is returning null when actually there is valid data in the content. The issue here is that the content header ‘Content-Length’ value is 0 even though the...
View ArticleCommented Issue: jquery.unobtrusive-ajax.js using deprecated live() method [318]
As of jquery 1.7, live() has been deprecated. http://api.jquery.com/live/Comments: fixed on https://aspnetwebstack.codeplex.com/SourceControl/changeset/1ebdb5e79efb8acbb6815b1e66580dd678253653 (by...
View Article