I'm trying to write my own Realm but have some problems...
MyRealm extends JDBCRealm, overrides the authenticate method(Connection,
String, String)
and returns a CustomPrincipal which is My own implementation of Principal;
When I try to log in, a get a "User userName successfully authenticated"
message on the log, but the browser shows me a 403 error (You are not
allowed ...)
Any idea ?
Any document showing the process in details ?
Thanks
Renato
--
To unsubscribe: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
|