RedirectAttributes Flash scoped variables absent when redirecting using ResponseEntity [SPR-15176] #19742
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Edward Smith opened SPR-15176 and commented
In short, when Flash scoped attributes are added in a
@Controller
method and then a redirect is executed by returning a type ofResponseEntity
with an HTTP status of 302 Found, the Flash scoped attributes are lost.See https://github.com/tednology/SPR-15176 for a working project demonstrating the bug.
Affects: 4.3.4
Reference URL: https://github.com/tednology/SPR-15176
Referenced from: commits 5ea5f81
The text was updated successfully, but these errors were encountered: