aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
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
..
Infrastructure Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
compiler/resources Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
AntiforgeryAuthTests.cs
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiBehaviorTest.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
ApiExplorerTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
ApplicationModelTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
AsyncActionsTests.cs
BasicApiTest.cs
BasicTests.cs
BasicViewsTest.cs
CompilationOptionsTests.cs
ConsumesAttributeEndpointRoutingTests.cs ConsumesAttribute accepts requests without content type 2018-08-02 16:27:23 -07:00
ConsumesAttributeTests.cs
ConsumesAttributeTestsBase.cs ConsumesAttribute accepts requests without content type 2018-08-02 16:27:23 -07:00
ContentNegotiationTest.cs
ControllerFromServicesTests.cs
CorsEndpointRoutingTests.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
CorsTests.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
CorsTestsBase.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
DataAnnotationTests.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
DoNotRespectBrowserAcceptHeaderTests.cs
EndpointRoutingTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
ErrorPageTests.cs
ExceptionInfo.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
FormFileUploadTest.cs
GlobalAuthorizationFilterTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
HtmlGenerationTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
HtmlGenerationWithCultureTest.cs Add flaky test logging for `CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions`. 2018-08-21 15:07:31 -07:00
HtmlHelperOptionsTest.cs
InputFormatterTests.cs
InputObjectValidationTests.cs [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
InputValidationTests.cs
JsonOutputFormatterTests.cs
JsonPatchInputFormatterTest.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNetCore.Mvc.FunctionalTests.csproj
MvcSandboxTest.cs
OutputFormatterTest.cs
RazorBuildTest.cs
RazorPageModelTest.cs
RazorPagesNamespaceTest.cs
RazorPagesTest.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RazorPagesViewSearchTest.cs
RazorPagesWithBasePathTest.cs Ignore line ending diff 2018-08-10 11:09:49 -07:00
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
RequestFormLimitsTest.cs
RequestServicesEndpointRoutingTest.cs Use MatcherPolicy for Consumes 2018-08-01 19:05:04 -07:00
RequestServicesTest.cs
RequestServicesTestBase.cs
RequestSizeLimitTest.cs
RespectBrowserAcceptHeaderTests.cs
RoutingTests.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RoutingTestsBase.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
TagHelperComponentTagHelperTest.cs
TagHelpersFromServicesTest.cs
TagHelpersTest.cs
TempDataInCookiesTest.cs
TempDataInCookiesUsingCookieConsentTest.cs
TempDataInSessionTest.cs
TempDataPropertyTest.cs
TempDataTestBase.cs
TestingInfrastructureInheritanceTests.cs
TestingInfrastructureTests.cs [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
UrlResolutionTest.cs
VersioningEndpointRoutingTests.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
VersioningTests.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
VersioningTestsBase.cs
ViewComponentFromServicesTests.cs
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
xunit.runner.json