Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
This commit is contained in:
commit
7da797e834
|
@ -511,6 +511,7 @@ public class WebAppClassLoader extends URLClassLoader
|
||||||
|
|
||||||
if (c == null && ex!=null)
|
if (c == null && ex!=null)
|
||||||
{
|
{
|
||||||
|
if (LOG.isDebugEnabled())
|
||||||
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
|
LOG.debug("!loadedClass({}) from={} tried_parent={}",name,this,tried_parent);
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue