Form login page doesn't show up for custom authenticator?

2003-10-02 Thread Lawence
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

Please help (Custom authenticator & realm problem)

2003-09-25 Thread Lawence
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