4950515253545556
/** 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 ); }