custom permissions are not refreshed in manage tab after reloading a studio jar 
that contribute studio permissions.
-------------------------------------------------------------------------------------------------------------------

                 Key: NXP-7033
                 URL: https://jira.nuxeo.com/browse/NXP-7033
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Bogdan Stefanescu
            Assignee: Bogdan Stefanescu
             Fix For: 5.4.2


The SecurityActionsBean class is using a static cache for registered 
permission. So if the permission registry is update (at PermissionProvider 
service level) the changes will not be visible in the seam bean until 
restarting the server.

Fix: remove the application level cache - it should be ok to directly use 
PermissionProvider service - since this service is already implementing a cache 
(with merged permissions).

Impacted beans:
- WorkspaceActionsBean
- IsolatedWorkspaceCreatorBean

Impacted pages:
- manage tab on documents.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to