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=43392>. 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=43392 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-13 21:45 ------- Sorry, I meant the issue occurs when using useContextClassLoader="true" in the original report (which is the default according to http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JAASRealm). As a temporary work-around for this issue you can: 1. Move your classes to the Tomcat shared /lib directory. 2. Since all principals must implement java.security.Principal, and the first principal 'must' be the user principal, you can just use the base class: <Realm className="org.apache.catalina.realm.JAASRealm" appName="PortalRealm" userClassNames="java.security.Principal" debug="99" useContextClassLoader="true" /> -- 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]