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=28192>. 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=28192 DataSourceRealm not reusable Summary: DataSourceRealm not reusable Product: Tomcat 4 Version: 4.1.30 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I was trying to extends Tomcat's DataSourceRealm, but was hit by the fact, that the interesting methods of this realm (Principal authenticate(Connection, String, String) or at least Connection open()) are declared to be private. If this was by purpose and if you do not want this realm to be extended, I'd suggest to add the "final" keyword to the class declaration. If this was by mistake I'd like to ask you, to apply the attached patch to Tomcat. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]