Project

General

Profile

Bug #2001

Feature #1993: Upgrade to Jetty 9.4.8

Jetty 9.4.x not calling ServletContainerInitializers for Container Jars in Web Apps < 3.

Added by Henning Blohm almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
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.

#1

Updated by Henning Blohm almost 6 years ago

#2

Updated by Henning Blohm almost 6 years ago

#3

Updated by Henning Blohm almost 6 years ago

  • Parent task set to #1993
#4

Updated by Henning Blohm almost 6 years ago

  • Status changed from In Progress to Resolved

Note the incorrect ticket ref in the commit log!

Also available in: Atom PDF