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=6670>. 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=6670 AuthenticatorBase uses StandardContext ------- Additional Comments From [EMAIL PROTECTED] 2002-02-25 22:50 ------- instanceof requires that the StandardContext class be _present_ at runtime, whether it's used or not. That makes AuthenticatorBase (and thus BasicAuthenticator) impossible to reuse outside the core Catalina classes. Since, outside of that one line, AuthenticatorBase is perfectly happy dealing with a generic Context, it would be nice to get rid of the restriction. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>