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.
Suggestion override in specialization.¶
Updated by Henning Blohm over 6 years ago
- Related to deleted (Feature #1993: Upgrade to Jetty 9.4.8)
Updated by Henning Blohm over 6 years ago
- Status changed from In Progress to Resolved
Note the incorrect ticket ref in the commit log!