Merge remote-tracking branch 'origin/jetty-9.4.x'
This commit is contained in:
commit
ee3163bad8
|
@ -31,11 +31,14 @@ public class WebAppConfiguration extends AbstractConfiguration
|
|||
{
|
||||
beforeThis(WebXmlConfiguration.class,MetaInfConfiguration.class,WebInfConfiguration.class);
|
||||
afterThis(JettyWebXmlConfiguration.class);
|
||||
protectAndExpose("org.eclipse.jetty.util.log.",
|
||||
"org.eclipse.jetty.servlet.DefaultServlet",
|
||||
"org.eclipse.jetty.servlet.NoJspServlet",
|
||||
"org.eclipse.jetty.continuation.");
|
||||
expose("org.eclipse.jetty.servlet.listener.",
|
||||
"org.eclipse.jetty.alpn.");
|
||||
protectAndExpose(
|
||||
"org.eclipse.jetty.util.log.",
|
||||
"org.eclipse.jetty.server.session.SessionData",
|
||||
"org.eclipse.jetty.servlet.DefaultServlet",
|
||||
"org.eclipse.jetty.servlet.NoJspServlet",
|
||||
"org.eclipse.jetty.continuation.");
|
||||
expose( // TODO Evaluate why these are not protectAndExpose?
|
||||
"org.eclipse.jetty.servlet.listener.",
|
||||
"org.eclipse.jetty.alpn.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue