aspnetcore/test/WebSites
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
..
ApiExplorerWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
ApplicationModelWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
BasicWebSite [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
CorsWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
ErrorPageMiddlewareWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
FSharpWebSite
FilesWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
FormatterWebSite [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
HtmlGenerationWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RazorBuildWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RazorBuildWebSite.PrecompiledViews ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorBuildWebSite.Views ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
RazorPagesClassLibrary Fix test failures 2018-04-15 16:31:41 -07:00
RazorPagesWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RazorWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
RoutingWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
SecurityWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
SimpleWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
TagHelpersWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
VersioningWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
WebApiCompatShimWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
XmlFormattersWebSite Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 10:51:17 -07:00