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 2002/06/18 09:41:36 UTC

DO NOT REPLY [Bug 9944] New: - JAASRealm not configurable

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9944

JAASRealm not configurable 

           Summary: JAASRealm not configurable
           Product: Tomcat 4
           Version: 4.1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: willmeeabo@gmx.net


The class org.apache.catalina.realms.JAASRealm does not correctly read the
parameters appName and userClassNames from the Tomcat configuration
(server.xml). appName has no setter and uses a hardwired default ("Tomcat"),
JAASRealm::setUserClassNames is buggy.

Also, the string config file LocalStrings.properties for the package
org.apache.catalina.realms is missing an entry for
jaasRealm.authenticateError.

I fixed the code and created a patch.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>