authManager = (Manager) this.manager.lookup(Manager.ROLE);
final String handlerName = par.getParameter("handler",
(state == null ? null : state.getHandlerName()));
if ( null == handlerName )
throw new ProcessingException("LogoutAction requires at least the handler parameter.");
authManager.logout( handlerName , mode );
} finally {
this.manager.release( (Component)authManager );
}
if (this.getLogger().isDebugEnabled() ) {