Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
This commit is contained in:
commit
fc77165877
|
@ -76,7 +76,7 @@ public class ELContextCleaner implements ServletContextListener
|
||||||
}
|
}
|
||||||
catch (NoSuchFieldException e)
|
catch (NoSuchFieldException e)
|
||||||
{
|
{
|
||||||
LOG.warn("Cannot purge classes from javax.el.BeanELResolver", e);
|
LOG.info("Not cleaning cached beans: no such field javax.el.BeanELResolver.properties");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue