Hi,

How do you grant permissions in the policy file to jsp pages. I've tried

grant codeBase
"file:${catalina.home}/work/localhost/examples/jsp/security/protected/-"
{
        permission java.security.AllPermission;
};

but I get an AccessControlException when some code in the jsp tries to
do something that requires certain permission.

It's tomcat 4.0

Any ideas?
Antony

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to