You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Williams <cc...@ntlworld.com> on 2003/09/23 18:35:09 UTC

Follow on from ClassCastException question

I've implemented the logon architecture using an interface which all
authenticator modules implement, so that the attempted cast now reads:

m_authenticator = (ILogon) o;

That still causes a ClassCastException.  Bummer!

Chris Williams.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org