Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP SP2, Master
-
7.0.x
-
Committed
-
1
-
3
Description
When permissions.check.guest.enabled is set to true in portal.properties Site Member inherits permissions from the Guest role, but on the private pages there is no way to configure Guest role permissions.
Steps to reproduce:
- Set "layout.show.portlet.access.denied=false" in portal-ext.properties and start the bundle.
- Go to Control Panel -> Sites -> Sites.
- Click Add button -> Blank Site.
- Fill in the Name "test site" and save it.
- Go to test site -> Navigation.
- Create a private page named "test page".
- Go to the page and add a web content display portlet to the page.
- Open the configuration menu and click Permissions.
- Unflag the View permission of Guest and Site Member, click save (only Owner should have View permission).
- Add a web content in the portlet.
- Go to Control Panel -> Users and Organizations.
- Click Add button, create a user "test2".
- Select "test site" under Sites and click Save.
- Login as "test2" and go to "test page".
Expected result:
You cannot see the Web Content Display portlet.
Actual result:
You can see the Web Content Display portlet.
Note: In public page, if we unflag the View permission of Guests, and follow the step above, we will not see the portlet. But in private page, there is no Guests permissions in portlet setting.
Attachments
Issue Links
- relates
-
LPS-73404 VerifyPermission#deleteDefaultPrivateLayoutPermissions should not be run now that LPS-69907 has been committed
- Closed