You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/04/04 20:38:03 UTC

DO NOT REPLY [Bug 28192] New: - DataSourceRealm not reusable

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: tomcat-dev@jakarta.apache.org
        ReportedBy: mathias.hasselmann@gmx.de


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org