Tomcat support for policy based security was added after 3.1,
and is available in the 3.2 release candidate.
Regards,
Glenn
Gino Cerro Jr wrote:
>
> Hello everybody,
>
> It seems to me that there's no Policy Base Security support via a
> SecurityManager implementation in Tomcat. Am I wrong?
Hello everybody,
It seems to me that there's no Policy Base Security support via a
SecurityManager implementation in Tomcat. Am I wrong?
I have some code that calls getProtectionDomain() from the Class class.
When it is used from Tomcat 3.1, the method returns NULL and when it's used
from the J