additional security permissions when upgrading from 5.0.25 to 5.5.17

2006-08-28 Thread pritesh sharma
Hi, I had asked this question earlier in the list. Trying again !! I am upgrading tomcat from 5.0.25 to 5.5.17. I have had to grant java.lang.RuntimePermission "getClassLoader" permissions to the codebase in WEBINF/lib because some of the custom defined filters in web.xml get the following exce

additional security permissions when upgrading to 5.5.17

2006-08-24 Thread pritesh sharma
Hi, I am upgrading tomcat from 5.0.25 to 5.5.17. I have had to grant java.lang.RuntimePermission "getClassLoader" permissions to the codebase in WEBINF/lib because some of the custom defined filters in web.xml get the following exception: SEVERE: Exception starting filter PasswordExpirationFilte

Problem loading custom keystore providers

2006-04-27 Thread pritesh sharma
Hi, I have written a custom provider and implmentation of java.security.KeyStoreSpi. I placed the corresponding .jar file in $CATALINA_HOME\common\lib. Also, I have registered the provider by putting an entry in the jre/lib/security/java.security file. The platform is windows-2003 server. I g