aspnetcore/test/WebSites/BasicWebSite/Controllers
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
..
ActionConstraints
ContentNegotiation
LinkGeneration
ActionResultOfTController.cs
AntiforgeryController.cs
AsyncActionsController.cs
AuthorizeUserController.cs
BindPropertiesController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesSupportsGetController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
ContactApiController.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
DefaultValuesController.cs
FiltersController.cs
HomeController.cs Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs
PassThroughController.cs
RemoteAttribute_HomeController.cs
RemoteAttribute_VerifyController.cs
RequestFormLimitsController.cs
RequestScopedServiceController.cs Run request service constraint test with dispatching (#8112) 2018-07-19 16:43:51 +12:00
RequestSizeLimitController.cs
RoutingController.cs React to routing changes (#8303) 2018-08-22 17:15:09 +12:00
SqlDataController.cs
TempDataController.cs
TempDataPropertyController.cs
TestingController.cs [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
UsersController.cs
ViewDataPropertyController.cs