Upgrade to Jetty 9.4.8.v20171121

Closes gh-11469
This commit is contained in:
Brian Clozel
2018-01-02 16:06:45 +01:00
parent e187aac93d
commit 88b15baf20
3 changed files with 5 additions and 1 deletions

View File

@@ -382,6 +382,7 @@ public class JettyEmbeddedServletContainerFactoryTests
return null;
}
holder.start();
holder.initialize();
return (JspServlet) holder.getServlet();
}