From: <php...@li...> - 2008-10-27 17:27:28
|
Hi, I noticed that, if tomcat was started with the -security flag, the JSR 223 examples did not work. I have added the necessary doPrivileged() calls to EngineFactory and to the Servlet* ScriptEngines, so that eval() is now called with the security context of the PHP/Java Bridge library [1]. Regards, Jost Boekemeier [1] You must move all jars from the application- to the library folder, to make this work, of course. |