[EMAIL PROTECTED] wrote:
Is there eny smart possibility to modify this method or is there even another
solution for my problem?
Use a view for the roles table.
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To
Hi,
I want to authenticate users in my web application using the JDBC realm.
Unfortunately the user tables already exist and don't match the standard
configuration for the realm. Loading the users works fine but I have an
additional user-role-relation table. So I have to modify the following me