@Override
 public void contextDestroyed(ServletContextEvent event) {
   if (isEnabled()) {
     nestedListener.contextDestroyed(event);
   }
 }