-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Brian Clozel opened SPR-13208 and commented
With #16413, many defaults regarding HTTP caching policies have been updated to the latest standards.
By default, RedirectViews
have http10Compatible
set to true
, which means that they use HTTP 302 as a default HTTP response status. Setting this property to false
make RedirectViews
use HTTP 303 by default.
Now when set to false, RedirectViews don't use the RESPONSE_STATUS_ATTRIBUTE
request attribute as a response HTTP if it is available. Both configuration choices should behave the same regarding to this request attribute.
Affects: 4.1.7
Issue Links:
- Support @ResponseStatus with RedirectView [SPR-13197] #17789 Support
@ResponseStatus
with RedirectView
Referenced from: commits 8e56602
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement