Skip to content

Commit

Permalink
HV-1750 Use a privileged action to get the context class loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 14, 2020
1 parent 2743eb8 commit e98de84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ private static boolean canLoadExpressionFactory() {
}
catch (Throwable e) {
LOG.debugv( e, "Failed to load expression factory via classloader {0}",
Thread.currentThread().getContextClassLoader() );
run( GetClassLoader.fromContext() ) );
return false;
}
}
Expand Down

0 comments on commit e98de84

Please sign in to comment.