Java Security Manager for JRuby
Posted
by nijikunai
on Stack Overflow
See other posts from Stack Overflow
or by nijikunai
Published on 2010-05-24T10:02:31Z
Indexed on
2010/05/24
15:01 UTC
Read the original article
Hit count: 325
I'm allowing user supplied ruby code to run in server(java scripting), and since jruby doesn't support safe-levels as in ruby I'm thinking about using java's security manager.
Is this a good decision? Has anyone else implemented this? Are there any good articles/books/resources that introduce me to security manager?
© Stack Overflow or respective owner