aspnetcore/test/WebSites/BasicWebSite
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
..
Areas
Components Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
Controllers [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
Conventions
Filters Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
Formatters
Models Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
Views Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
wwwroot/lib/jquery-validation-unobtrusive
ActionDescriptorCreationCounter.cs
BasicAuthenticationHandler.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
BasicWebSite.csproj make feature branch build 2018-07-20 12:57:43 -07:00
ConfigureAuthPolicies.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
ContactsRepository.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
LocalizationPipeline.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
ManagerHandler.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
Operations.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
Program.cs Revert "Revert "Improvements to the testing package."" 2017-09-19 21:45:05 -07:00
RequestIdMiddleware.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs React to the removal of EndpointConstraint 2018-07-28 19:03:16 -07:00
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
StartupRequestLimitSize.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithCookieTempDataProviderAndCookieConsent.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithCustomInvalidModelStateFactory.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
StartupWithEndpointRouting.cs Replace remaining references to global routing (#8312) 2018-08-23 10:23:29 +12:00
StartupWithSessionTempDataProvider.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StoreIntoTempDataActionResult.cs
VndErrorAttribute.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
_bower.json
_bower.readme
_gruntfile.js House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
_package.json
readme.md

readme.md

BasicWebSite

This web site illustrates many commonly used features including but not limited to link generation, action results and content negotiation, RouteData amongst others.