5152535455565758
/** Description of the Method */ public void init( ServletConfig config ) throws ServletException { // subsclass must initialize the cacheMgr before here. authenticator = new BasicHttpAuthenticator( "jcs" ); super.init( config ); }
6263646566676869