Re: [JEXL] white list classes, not by interfaces?

2018-01-25 Thread Woonsan Ko
I've created a ticket for this: - https://issues.apache.org/jira/browse/JEXL-253 Cheers, Woonsan On Thu, Oct 19, 2017 at 10:09 AM, Woonsan Ko wrote: > Hi, > > I'm experimenting it with JexlSandbox (for blackbox mode) of v3.1 like > the following example: > >

[JEXL] white list classes, not by interfaces?

2017-10-19 Thread Woonsan Ko
Hi, I'm experimenting it with JexlSandbox (for blackbox mode) of v3.1 like the following example: JexlSandbox sandbox = new JexlSandbox(false); sandbox.white(IFoo.class.getName()); // ... JexlEngine engine = new JexlBuilder().sandbox(sandbox).create(); But if I put an instance