applicationName = par.getParameter("application", null);
authManager = (AuthenticationManager) this.manager.lookup( AuthenticationManager.ROLE );
// do authentication
if ( !authManager.checkAuthentication(redirector, handlerName, applicationName) ) {
// All events are ignored
// the sitemap.xsl ensures that only the redirect is processed
} else {
map = authManager.createMap();
}