Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Missing dependency

Hi,

there is an second class with the same issue.
Would be great if this gets fixed.

Gruß Thomas

package org.apache.jasper.servlet
public class JasperInitializer
 static {
 factory.getClass().getClassLoader().loadClass( basePackage + "runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper");


Am 29.12.2016 um 17:15 schrieb Thomas Lußnig:

Hi,

in the version jetty-distribution-9.4.0.v20161208 is an check that is only activated if an security manager is installed.
The check search for an class that is "not longer" in the jetty distribution. And so cause an error.

The Error is in the jar file "org.mortbay.jasper.apache-jsp-8.5.5.jar"

package org.apache.jasper.security;
public final class SecurityClassLoad
public static void securityClassLoad(ClassLoader loader)
 loader.loadClass("org.apache.jasper.runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper");

Gruß Thomas Lußnig




Back to the top