DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36218>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36218





------- Additional Comments From [EMAIL PROTECTED]  2005-08-18 18:09 -------
I tested it with the MemoryRealm settings using tomcat-users.xml for data of 
users, and the fix works. This with FORM authentication.

however,
we would like to use our custom JAAS login module. For this we programmed a 
module, and added 2 Principals to the config for user and role. These classes 
extend java.security.Principal. And this does not work yet.

I think it has to do with the method  createPrincipal(String username, Subject 
subject) in org.apache.catalina.realm.JAASRealm. All the other real 
implementations deal with GenericPrincipal, while here java.security.Principal 
is used.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to