Hi

It seems it is impossible to grant security permissions to the classes
loaded by either org.apache.tomcat.loader.AdaptiveClassLoader or
org.apache.jasper.servlet.JasperLoader.

At least when I write in the policy file 
  grant codeBase "XXX"  { java.security.AllPermission; };
I get a lot of security exceptions (with either "file:/-" or
"http://*/-"; codebase). 

The codebase seems to be null!!!

If I write
  grant  { java.security.AllPermission; };
everything is OK.

Could anybody comment/fix/document this issue?

Regards,

Sergey

Reply via email to