Hello,
I just embedded Groovy in my application and wondering if it's possible to restrict access to some APIs i.e. java.io.File, java.net.URL, etc
Or instead of completely restricting java.io.File access, I want to ONLY allow access to certain directories on the machine.
Any guidance is greatly appreciated!