Merge remote-tracking branch 'origin/jetty-9.3.x'
This commit is contained in:
commit
0c14432db3
|
@ -538,9 +538,7 @@ public class ContainerLifeCycle extends AbstractLifeCycle implements Container,
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
LifeCycle lc=(LifeCycle)bean._bean;
|
stop((LifeCycle)bean._bean);
|
||||||
if (lc.isRunning())
|
|
||||||
stop(lc);
|
|
||||||
}
|
}
|
||||||
catch(RuntimeException | Error e)
|
catch(RuntimeException | Error e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue