[jboss-jira] [JBoss JIRA] (AS7-6579) Deployment permissions to be merged with module permissions

David Lloyd (JIRA) jira-events at lists.jboss.org
Fri Feb 22 09:30:56 EST 2013


    [ https://issues.jboss.org/browse/AS7-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756102#comment-12756102 ] 

David Lloyd commented on AS7-6579:
----------------------------------

The implementation should simply do the following when a permission block is found:

# Parse the descriptor permission entries into Permission objects
# Create a Permissions instance, populated from these Permission objects
# In the module specification phase, set the Permissions object as the ModuleSpec's PermissionCollection instance

If no permission block is found, no action should be taken as the default requested permissions will be AllPermission.
                
> Deployment permissions to be merged with module permissions
> -----------------------------------------------------------
>
>                 Key: AS7-6579
>                 URL: https://issues.jboss.org/browse/AS7-6579
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Security
>            Reporter: Anil Saldhana
>            Assignee: Anil Saldhana
>             Fix For: 8.0.0.Alpha1
>
>
> Deployment permissions (META-INF/permissions.xml) need to be converted/merged into module level permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list