Re: Policy based Security in Tomcat 3.1

2000-10-23 Thread Glenn Nielsen
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?

Policy based Security in Tomcat 3.1

2000-10-23 Thread Gino Cerro Jr
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