req.getContextManager().log("Attempt to stop with the wrong secret");
return;
}
}
ContextManager cm=req.getContextManager();
cm.shutdown();
cm.log("Exiting" );
// same behavior as in past, because it seems
// that stopping everything doesn't work -
// need to figure
// out what happens with the threads ( XXX )