aspnetcore/test
Javier Calvarro Nelson dfb579d45c [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler
If another handler modifies the request headers the modified headers get
applied on subsequent requests, which is not correct. This change copies
the headers before sending the request and uses the original headers for
the redirect request instead of the potentially modified ones.
2018-08-23 16:09:05 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.Analyzers.Experimental.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Respect LowercaseUrls in ApiExplorer 2018-08-02 14:58:41 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
Microsoft.AspNetCore.Mvc.Core.TestCommon
Microsoft.AspNetCore.Mvc.Cors.Test React to Routing repo's api changes 2018-08-03 16:25:41 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test
Microsoft.AspNetCore.Mvc.RazorPages.Test [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Use local instances of MemoryCache in script, link and image tag helper 2018-08-01 10:14:31 -07:00
Microsoft.AspNetCore.Mvc.Test Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
Microsoft.AspNetCore.Mvc.Views.TestCommon
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
Mvc.Analyzers.Test Ignore parameters that specify a model binder type 2018-08-15 12:12:04 -07:00
Mvc.Api.Analyzers.Test Warn when the parameter name for a model bound complex parameter has the same name as a top level property 2018-08-14 15:44:48 -07:00
WebSites [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
Directory.Build.props
MvcTests.ruleset