Has anyone used NonLoginAuthenticator? aka org.apache.catalina.authenticator.NonLoginAuthenticator .. found at ... http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator/NonLoginAuthenticator.java?rev=1.3&content-type=text/vnd.viewcvs-markup
From a quick code walkthrough it looks like an authenticator for use when apache propogated REMOTE_USER for me. So the only job of the realm is to map Users to roles? (With no authentication)
So it deviation from the spec might be the ignoring <auth-method> in web.xml but otherwise does this sound correct?
-Tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
