]
Peter Palaga updated GTNPORTAL-3484:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 3.8.2.Final
3.9.0.Final
Resolution: Done
Commit changes for a page before send response
----------------------------------------------
Key: GTNPORTAL-3484
URL:
https://issues.jboss.org/browse/GTNPORTAL-3484
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Lucas Ponce
Assignee: Lucas Ponce
Fix For: 3.8.2.Final, 3.9.0.Final
In current design a call to RequestLifeCycle.end() is performed at the end of the request
meanwhile a markup can be send it before with portlets ID not yet commited.
This can cause some StaleModelException cases under heavy load or database congestion.