Seven Things

Tags:

Oh no, another of these silly blog tagging games. I was tagged by Pádraic Brady, and the point is to share 7 random or weird facts about me.

Sandboxing Rhino in Java

Tags:

I’ve been working on a Java app which needed Rhino for scripting. The app would need to run untrusted JavaScript code from 3rd parties, so I had to find a way to block access to all Java methods, except the ones I wanted. This would not be a problem if there was an easy way to disable LiveConnect – the …