Re: Tomcat Security - implementing custom security

2007-09-18 Thread Mikolaj Rydzewski
alee amin wrote: The password is placed as in encryppted form in DB, so i can not rely on tomcat "authenticate" method which simple "select" the username/password from DB and match it. I have seen the implementation of ( org.apache.catalina.realm.JDBCRealm). Have you tried using 'digest' attri

Tomcat Security - implementing custom security

2007-09-18 Thread alee amin
Hi, I was able to implement the form based tomcat security on my web app. It was good. But because of some restriction from client i need to modify it. The password is placed as in encryppted form in DB, so i can not rely on tomcat "authenticate" method which simple "select" the username/password