407136 @PreDestroy called after Servlet.destroy()
This commit is contained in:
parent
58a282d01d
commit
e2c217d405
|
@ -340,8 +340,8 @@ public class ServletHolder extends Holder<Servlet> implements UserIdentity.Scope
|
|||
if (o==null)
|
||||
return;
|
||||
Servlet servlet = ((Servlet)o);
|
||||
servlet.destroy();
|
||||
getServletHandler().destroyServlet(servlet);
|
||||
servlet.destroy();
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue