Hi all! in org.apache.catalina.realm.GeneralPrincipal I've found the following code:
public Principal getUserPrincipal() { if (userPrincipal != null) { return userPrincipal; } else { return this; } } Could anybody explain me the reason why I cannot assing a subject both user and role principal? Thanks a lot Regards Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]