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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>