Re: Auth bug in 3.2.1?

2001-04-16 Thread Rajesh A
on the Dev side to read through >this >list and find this thread... > >--jeff > >- Original Message - >From: "Rajesh A" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Saturday, April 14, 2001 8:12 AM >Subject: Re: Auth bug in 3.

Re: Auth bug in 3.2.1?

2001-04-14 Thread Rajesh A
I completely agree with Marc. This is a very serious problem and if I understand Thom's mail right, it affects ALL realms including SimpleRealm, JDBCRealm etc. I also request others using tomcat auth to revisit their applications and make sure users and roles are being assigned properly. Perha

Re: Auth bug in 3.2.1?

2001-04-13 Thread Rajesh A
Thom, Thanks for the detailed explanation and the solution. I am facing the same problem using jdbcRealm on tomcat3.2.1. Has anyone reported this as a bug and do we expect to have a fix soon? I am a new tomcat user and have never attempted to make code changes or never tried compiling tomcat s

First ExceptionInInitializerError Then NoClassDefFoundError

2001-04-04 Thread Rajesh A
Everytime I start tomcat 3.2.1 (win2k) and run a servlet I get java.lang.ExceptionInInitializerError. Subsequent requests to the same servlet throw java.lang.NoClassDefFoundError. The servlet class file is located in the webapps/myapp/web-inf/classes/. This dir is in the classpath before start

Form-Based Auth and tracking Login Attempts

2001-03-07 Thread Rajesh A
I am using tomcat 3.2.1 + form-based authentication + jdbcRealm with oracle database. Everything has been configured and works perfect. Now I have a requirement to lock a user account upon 3 consecutive login attempt failures. The user then needs to contact the application administrators to ge