When stopping the Server object on shutdown call destroy() after calling stop().
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1130539 13f79535-47bb-0310-9956-
ffa450edef68
// Nothing to do. stop() was already called
} else {
s.stop();
+ s.destroy();
}
} catch (LifecycleException e) {
log.error("Catalina.stop", e);
<bug>51277</bug>: Improve error message if an application is deployed
with an incomplete FORM authentication configuration. (markt)
</fix>
+ <fix>
+ <bug>51310</bug>: When stopping the Server object on shutdown call
+ destroy() after calling stop(). (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">