Dear all,
I had a wierd problem working with my own authenticator. The form login
page did not appear at all but I got an error message stating
"Configuration error: Cannot perform access control without an authenticated
principal". By checking the log file, I understood how this error was
tr
Dear all,
I wrote my own authenticator (extends FormAuthenticator) & realm (extends JDBCRealm).
What I need is to check one more field in the database besides password for
authentication. Only minor modifications are made on the original codes so I think it
should be fine. What I also did inc