RE: extending org.apache.catalina.Authenticat

2006-07-26 Thread Propes, Barry L
Open WinZip (download it if you don't have it). Drag & drop the jar into it, you'll see the files. They don't seem to include much source code...just the compiled classes, so it appears. the authenticators.properties file does include the types of authentication, and which authenticator properti

Re: extending org.apache.catalina.Authenticat

2006-07-26 Thread Christopher Schultz
Ferindo, > I'm trying to extend my basic JDBC Realm form authentication within my web > app to, in addition to checking for userid and password, also check to make > users' passwords aren't too old and force them to update their passwords. I have done this with a filter that gets applied after th