#3061: Continue to fallback to underlying URLClassLoader
This commit is contained in:
parent
425dd45109
commit
830ee8f27d
@ -146,7 +146,7 @@ final class PluginClassloader extends URLClassLoader
|
||||
return defineClass( name, classBytes, 0, classBytes.length, source );
|
||||
}
|
||||
|
||||
throw new ClassNotFoundException( name );
|
||||
return super.findClass( name );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user