Bug #2001
Feature #1993: Upgrade to Jetty 9.4.8
Jetty 9.4.x not calling ServletContainerInitializers for Container Jars in Web Apps < 3.
Start date:
18.04.2018
Due date:
% Done:
0%
Estimated time:
origin:
Description
This due to the determination:
public boolean isFromContainerClassPath (WebAppContext context, ServletContainerInitializer sci) { if (sci == null) return false; return sci.getClass().getClassLoader()==context.getClassLoader().getParent(); }
from org.eclipse.jetty.annotations.AnnotationConfiguration.