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

"Paul Hammant (JIRA)" <jira-yCVjj/[email protected]> Sun, 12 Jun 2005 11:56:40 -0500 (CDT)
Newsgroups gmane.comp.java.nanocontainer.cvs
Message-ID <9028431.1118595400644.JavaMail.haus-jira@codehaus01.managed.contegix.com>
     [ http://jira.codehaus.org/browse/NANO-140?page=all ]

Paul Hammant updated NANO-140:
------------------------------

    Description: 
container() {
  sandbox() {
    socketPermission("*", 80)
    serverSocketPermission("localhost", 8080)
    filePermission("*", "read")
    filePermission("foo/bar/", "read, write, execute, delete")
    container() {
      component(key:A, class:"AImpl")
      component(key:B, class:"BImpl")
    }
  }
}

or somesuch.

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

or somesuch.


> 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)
>     filePermission("*", "read")
>     filePermission("foo/bar/", "read, write, execute, delete")
>     container() {
>       component(key:A, class:"AImpl")
>       component(key:B, class:"BImpl")
>     }
>   }
> }
> 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