Reopened Issue: [CORS] Origin comparison should be case-sensitive for simple...
According to CORS spec (http://www.w3.org/TR/cors/#resource-requests) for simple request origin comparison is case sensitive:If the value of the Origin header is not a case-sensitive match for any of...
View ArticleEdited Issue: [CORS] Request Method comparison in preflight request scenario...
In CORS Spec:If method is not a case-sensitive match for any of the values in list of methods do not set any additional headers and terminate this set of steps.However in CorsEngine.cs:``` if...
View ArticleEdited Issue: [CORS] Origin comparison should be case-sensitive for simple...
According to CORS spec (http://www.w3.org/TR/cors/#resource-requests) for simple request origin comparison is case sensitive:If the value of the Origin header is not a case-sensitive match for any of...
View ArticleReopened Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleEdited Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleCommented Issue: Installing v2 of the Microsoft.AspNet.Webpages NuGet package...
1. Create a Razor v1 web site2. Open web.config and add the following entry in <appSettings />.<add key="webPages:Version" value="1.0.0.0" />3. Open the NuGet package manager and install...
View ArticleEdited Issue: Custom htmlAttributes rendered incorrectly by WebGrid [575]
data_xxx attributes should be rendered as data-xxx, like other MVC Html helpers. See this StackOverflow question -...
View ArticleCommented Issue: Custom htmlAttributes rendered incorrectly by WebGrid [575]
data_xxx attributes should be rendered as data-xxx, like other MVC Html helpers. See this StackOverflow question -...
View ArticleCommented 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: 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 ArticleCreated Unassigned: Help Page: Expand documentation [1004]
The "Documentation" property in the ApiExplorer should be expanded to include more XmlComment tags than just "<summary>".Specifically, it should at least include the <example> tag (with...
View ArticleEdited Unassigned: Help Page: Expand documentation [1004]
The "Documentation" property in the ApiDescription and ApiParameterDescription should be expanded to include more XmlComment tags than just "<summary>".Specifically, it should at least include...
View ArticleCreated Unassigned: [AttributeRouting]Route not being added to route...
In the following scenario, the Get() action on ReproController, which is decorated with an attribute route is _not_ being added to the route collection. On the other hand, the Get() action on the...
View ArticleReopened Issue: Create a version of Microsoft.AspNet.WebPages.Administration...
1. In Visual Studio, create a new Razor v2 Web Site2. Open the NuGet Package manager and update NuGet.Core to version 2.0.3. F5Result: At runtime, you'll receive an unhandled exception with the message...
View ArticleEdited Issue: Create a version of Microsoft.AspNet.WebPages.Administration...
1. In Visual Studio, create a new Razor v2 Web Site2. Open the NuGet Package manager and update NuGet.Core to version 2.0.3. F5Result: At runtime, you'll receive an unhandled exception with the message...
View ArticleCommented Issue: Create a version of Microsoft.AspNet.WebPages.Administration...
1. In Visual Studio, create a new Razor v2 Web Site2. Open the NuGet Package manager and update NuGet.Core to version 2.0.3. F5Result: At runtime, you'll receive an unhandled exception with the message...
View ArticleClosed Issue: Create a version of Microsoft.AspNet.WebPages.Administration...
1. In Visual Studio, create a new Razor v2 Web Site2. Open the NuGet Package manager and update NuGet.Core to version 2.0.3. F5Result: At runtime, you'll receive an unhandled exception with the message...
View ArticleClosed Issue: anonymous users for simplemembership provider [384]
dear team,i would like to suggest an improvement for simplemembership provider. I checked the http://msdn.microsoft.com/en-us/library/webmatrix.webdata.simplemembershipprovider(v=vs.111) msdn library...
View ArticleEdited Issue: [CORS] Make System.Web.Http.Cors.Tracing.TraceCategories public...
System.Web.Http.Tracing.TraceCategories is public, so should be CORS.It allows easier tracing code when filtering category is needed.
View ArticleCommented Issue: [CORS] Make System.Web.Http.Cors.Tracing.TraceCategories...
System.Web.Http.Tracing.TraceCategories is public, so should be CORS.It allows easier tracing code when filtering category is needed.Comments: Fixed by:...
View Article