-
Bug
-
Resolution: Done
-
Blocker
-
7.2.5.CR1
If committing the response for file download processing and using Flash Scope in the action method are combined as the following code, the Flash Scope will not be cleared in subsequent requests.
try { // The response is committed by following code. // Therefore, mojarra can not set csfcfc Cookie to identify FlashScope. externalContext.responseFlushBuffer(); facesContext.responseComplete(); } catch (Exception e) { e.printStackTrace(); } Flash flash = FacesContext.getCurrentInstance().getExternalContext().getFlash(); flash.put("business", businessMap);
In other words, if the below log shows in server.log, the Flash Scope will not be cleared in subsequent requests.
2019-10-28 10:38:09,180 WARNING [javax.enterprise.resource.webcontainer.jsf.flash] (default task-1) JSF1095: The response was already committed by the time we tried to set the outgoing cookie for the flash. Any values stored to the flash will not be available on the next request.
- clones
-
WFLY-12739 Flash Scope is not cleared when JSF1095 is occurred
- Closed
- is cloned by
-
JBEAP-17856 [GSS](7.2.z) Flash Scope is not cleared when JSF1095 is occurred
- Closed
- is incorporated by
-
JBEAP-17908 [GSS] Upgrade JSF based on Mojarra to 2.3.9.SP05
- Closed