Is it possible to create a safe interpreter in Jacl? I'd like to do
something like:

Interp safeInterp = new Interp(Interp.SAFE);

I want to be able to execute arbitrary scripts from untrusted sources,
and need a safe interp to do so. If it is not possible now, is it
planned for a future version?

Thanks for you time,
Robert Seeger

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to