[jboss-jira] [JBoss JIRA] (WFLY-403) Security manager subsystem

David Lloyd (JIRA) jira-events at lists.jboss.org
Wed May 8 09:16:55 EDT 2013


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

David Lloyd edited comment on WFLY-403 at 5/8/13 9:16 AM:
----------------------------------------------------------

The security manager extension should include this line during its initialization:

{code}
System.setSecurityManager(new WildFlySecurityManager());
{code}

We can discuss proper behavior on failure; maybe it should just silently proceed.
                
      was (Author: dmlloyd):
    The security manager subsystem should include this line during its initialization:

{code}
System.setSecurityManager(new WildFlySecurityManager());
{code}

We can discuss proper behavior on failure; maybe it should just silently proceed.
                  
> Security manager subsystem
> --------------------------
>
>                 Key: WFLY-403
>                 URL: https://issues.jboss.org/browse/WFLY-403
>             Project: WildFly
>          Issue Type: Sub-task
>          Components: Security
>            Reporter: Anil Saldhana
>            Assignee: Stefan Guilhen
>             Fix For: 8.0.0.Alpha1
>
>
> Security manager subsystem is useful to 
> a) enable/disable Java Security Manager.
> b) define the global permissions used by the Module ClassLoaders.

--
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