Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.6 GA, 6.0.11 EE
-
Fix Version/s: 6.0.12 EE
-
Component/s: Administration, Administration > Roles & Permissions
-
Environment:All
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
#
- Set this to false if you do not want inline sql joins to check
- permissions when searching for assets.
#
permissions.inline.sql.check.enabled=true
Issue Links
- is related to
-
LPS-19099
Inline Permission checking is not scalable. Causes performance slowdown on portlets with pagination.
-

Tested in the following environments:
1. Tomcat 6 + MySQL 5. IE8. 6.0.x. Revision 79079.
2. Tomcat 6 + MySQL 5. IE8. 6.1.x. Revision 79453.
Steps to reproduce:
1. Add blogs portlet
2. Add 2 blogs
3. Remove guest view permissions for one of them
4. View the blogs portlet with a guest and see if both show up.
If the property is true, then only 1 should show up. After it's set to false, both should show up.
Results: with the property set to true, the guest cannot view the blog that had the Guest View permission turned off. With the property set to false, I could see only one blog, not both. Failed.