Re: [jruby-dev] Prevent Ruby calling Java

2008-03-27 Thread Ola Bini
Nick Sieger wrote: On Thu, Mar 27, 2008 at 12:39 AM, Tegan Clark <[EMAIL PROTECTED]> wrote: Hi, I'm using JRuby to allow users to script my Java framework and extend it through Ruby script at plug points. What I want to do is only allow the Ruby script access to the Java objects I pass into

Re: [jruby-dev] Prevent Ruby calling Java

2008-03-27 Thread Nick Sieger
On Thu, Mar 27, 2008 at 12:39 AM, Tegan Clark <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using JRuby to allow users to script my Java framework and extend it > through Ruby script at plug points. > > What I want to do is only allow the Ruby script access to the Java objects I > pass into the JSR 223

[jruby-dev] Prevent Ruby calling Java

2008-03-26 Thread Tegan Clark
Hi, I'm using JRuby to allow users to script my Java framework and extend it through Ruby script at plug points. What I want to do is only allow the Ruby script access to the Java objects I pass into the JSR 223 context, i.e. I want to prohibit a user accessing the file system, network etc. th