You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ta...@ca.ibm.com on 2000/08/16 15:46:51 UTC

Accessing StandardSession methods Directly - getting IllegalAccessException



I am trying to invoke a method directly on StandardSession and am getting
an IllegalAccessException.
Is this method loaded using a different class loader than the rest and does
it have any access control
policies.  Thanks.