}
}
catch ( IOException e )
{
log.error("Initialization failed: ",e);
throw new InternalWikiException( e.getClass().getName()+": "+e.getMessage() );
}
catch ( JDOMException e )
{
log.error("Malformed XML in web.xml",e);
throw new InternalWikiException( e.getClass().getName()+": "+e.getMessage() );
}
if ( m_containerRoles.length > 0 )
{
String roles = "";