-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP72, 7.0.X, 7.1.10 DXP FP6, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP77, 7.0.10.11 DXP SP11, 7.0.X, 7.1.10 DXP FP10, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, Master
-
Component/s: Control Panel Framework
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce: there are many ways to reproduce
Simplified steps
- Login and go to Web Content, DDM or anything within the Control Panel domain
- Try adding a new Web Content article
- Before saving the form, open the browser Dev toolbar and delete all session cookies: imitate like if the user's session was expired
- Submit the form
- You are redirected to log in: enter your credentials
Actual Result: After login, you are redirected to the Web Content admin home, but the product menu and navigation menu are missing (see the attachment) and there is a WARN in the console:
2019-02-15 11:41:41.743 WARN [http-nio-8080-exec-1][SecurityPortletContainerWrapper:396] User 20139 is not allowed to access URL http://localhost:8080/group/guest/~/control_panel/manage and portlet com_liferay_journal_web_portlet_JournalPortlet
Expected Result: The page should be rendered properly.
It's working properly on 6.2.
Reproduced with 7.0 too.
Steps 2
- Change the session time out from /tomcat-9.0.6/webapps/ROOT/WEB-INF/web.xml to be 5 minutes
- Add a form and a field to it and NOT clicked Save
- Leave the page open for 5 minutes
- After getting Session time out message, click Save
- Redirect to login page and fill in the login info
Actual Result: the left hand product menu disappears. Log contains a WARN:
2019-02-15 11:48:50.645 WARN [http-nio-8080-exec-3][SecurityPortletContainerWrapper:396] User 20139 is not allowed to access URL http://localhost:8080/group/guest/~/control_panel/manage and portlet com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet
Expected Result: the left hand menu should display properly.