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.
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
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
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
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