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