[nanocontainer-scm] [jira] Created: (NANO-140) J2SE Permissions to be applied to Containers/classloaders

"Paul Hammant (JIRA)" <jira-yCVjj/[email protected]> Sun, 12 Jun 2005 11:13:40 -0500 (CDT)
Newsgroups gmane.comp.java.nanocontainer.cvs
Message-ID <5353294.1118592820457.JavaMail.haus-jira@codehaus01.managed.contegix.com>
J2SE Permissions to be applied to Containers/classloaders 
----------------------------------------------------------

         Key: NANO-140
         URL: http://jira.codehaus.org/browse/NANO-140
     Project: NanoContainer
        Type: New Feature
  Components: groovy, core  
    Reporter: Paul Hammant


container() {
  sandbox() {
    socketPermission("*",80)
    serverSocketPermission("localhost",8080)
    container() {
      component()
    }
  }
}

or somesuch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira