Hide Forgot
project_key: JBEPP Please see https://jira.jboss.org/browse/GTNPORTAL-1610
Link: Added: This issue depends GTNPORTAL-1610
Labels: Added: EPP_5_2_1_Candidate
Labels: Removed: EPP_5_2_1_Candidate
Release Notes Docs Status: Removed: Not Required Added: Not Yet Documented Release Notes Text: Added: Issue is outdated and probably it has been already fixed in 5.2.0 as well. So I am not sure if it needs to be documented or not, so I am adding status to "Not Yet Documented" for now. I am adding some info if needed. PROBLEM: There was small performance problem that downloading some portal configuration objects from IDM and JCR database were repeated more times per HTTP single request. So it was not ideal because we had more redundant calls with same parameters. CAUSED BY: Missing caching of UserPortalConfig object. RESOLUTION: Now when PortalRequestContext.getUserPortalConfig is called first time per HTTP request, then UserPortalConfig object is cached. Other calls to PortalRequestContext.getUserPortalConfig within same HTTP request are using object from cache and they don't need to send another requests to persistent storages like IDM or JCR.
Release notes not needed (I don't see "-" flag)