
| Key: |
SAK-5456
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Glenn R. Golden
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
This one is from resources, when using the admin resources tool:
WARN: iallowed(): called with no realms l:content.readu: (2006-07-06 19:20:45,406 http-8080-Processor21_org.sakaiproject.authz.impl.DbAuthzGroupService)
DEBUG: iallowed: (2006-07-06 19:20:45,408 http-8080-Processor21_org.sakaiproject.authz.impl.DbAuthzGroupService)
java.lang.Exception
at org.sakaiproject.authz.impl.DbAuthzGroupService$DbStorage.isAllowed(DbAuthzGroupService.java:1216)
at org.sakaiproject.authz.impl.BaseAuthzGroupService.isAllowed(BaseAuthzGroupService.java:737)
at org.sakaiproject.authz.impl.SakaiSecurity.checkAuthzGroups(SakaiSecurity.java:272)
at org.sakaiproject.authz.impl.SakaiSecurity.unlock(SakaiSecurity.java:243)
at org.sakaiproject.authz.cover.SecurityService.unlock(SecurityService.java:98)
at org.sakaiproject.content.impl.BaseContentService.isPubView(BaseContentService.java:6340)
at org.sakaiproject.content.cover.ContentHostingService.isPubView(ContentHostingService.java:694)
at org.sakaiproject.content.tool.ResourcesAction.getBrowseItems(ResourcesAction.java:9742)
at org.sakaiproject.content.tool.ResourcesAction.buildListContext(ResourcesAction.java:830)
at org.sakaiproject.content.tool.ResourcesAction.buildMainPanelContext(ResourcesAction.java:616)
I hypothesise that the content service is not computing the set of authzGroups properly for the "/" path, and perhaps for some of the 1 level paths, like "/group" or "/public".
|
|
Description
|
This one is from resources, when using the admin resources tool:
WARN: iallowed(): called with no realms l:content.readu: (2006-07-06 19:20:45,406 http-8080-Processor21_org.sakaiproject.authz.impl.DbAuthzGroupService)
DEBUG: iallowed: (2006-07-06 19:20:45,408 http-8080-Processor21_org.sakaiproject.authz.impl.DbAuthzGroupService)
java.lang.Exception
at org.sakaiproject.authz.impl.DbAuthzGroupService$DbStorage.isAllowed(DbAuthzGroupService.java:1216)
at org.sakaiproject.authz.impl.BaseAuthzGroupService.isAllowed(BaseAuthzGroupService.java:737)
at org.sakaiproject.authz.impl.SakaiSecurity.checkAuthzGroups(SakaiSecurity.java:272)
at org.sakaiproject.authz.impl.SakaiSecurity.unlock(SakaiSecurity.java:243)
at org.sakaiproject.authz.cover.SecurityService.unlock(SecurityService.java:98)
at org.sakaiproject.content.impl.BaseContentService.isPubView(BaseContentService.java:6340)
at org.sakaiproject.content.cover.ContentHostingService.isPubView(ContentHostingService.java:694)
at org.sakaiproject.content.tool.ResourcesAction.getBrowseItems(ResourcesAction.java:9742)
at org.sakaiproject.content.tool.ResourcesAction.buildListContext(ResourcesAction.java:830)
at org.sakaiproject.content.tool.ResourcesAction.buildMainPanelContext(ResourcesAction.java:616)
I hypothesise that the content service is not computing the set of authzGroups properly for the "/" path, and perhaps for some of the 1 level paths, like "/group" or "/public".
|
Show » |
|