Details
-
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
7.0.1 CE GA2, 7.0.0 DXP SP3, 7.0.0 DXP FP19, 7.0.X EE, Master
-
7.0.x
-
Committed
-
3
Description
Step implemented :
- Configured Alfresco 5 Community Edition as CMIS Repository (Atom Pub)
- Add Document&Media Portlet on a page
- Configured portlet. Set a folder inside Alfresco as root folder of portlet.
- Accessing portal with same user that I have in Alfresco, can navigate in the portlet and inside Alfresco folders.
- Sign out, close your browser
- Reopen it and sign in
- Portlet is no more accessible. I got error message: "The folder could not be found."
No exception has raised into log. If i debug source, can see that portlet try to access folder on CMIS and get the exception: com.liferay.portlet.documentlibrary.NoSuchFolderException: No CMIS folder with {folderId=16748}
If i don't sign out, it happens when i get logout because of session time-out (around 30min).
Setup : Liferay 7.0.0 GA2 on RHEL 7.2, Postgres 9.5
This issue appear on Liferay 6.2.2 as we can see in that post : https://issues.liferay.com/browse/LPS-53665
My problem is that I can't find the com.liferay.portlet.documentlibrary.action.ConfigurationActionImpl class in Liferay 7 to solve the problem as said.