The SSL gets cleaned too.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 May 2010 16:52:16 +0000 (16:52 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 May 2010 16:52:16 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946707 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/AprLifecycleListener.java

index 63a1bfb..dc9b2e0 100644 (file)
@@ -133,6 +133,7 @@ public class AprLifecycleListener
         method.invoke(null, (Object []) null);
         aprAvailable = false;
         aprInitialized = false;
+        sslInitialized = false; // Well we cleaned the pool in terminate.
     }
 
     private static void init()