You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2010/05/20 18:52:17 UTC

svn commit: r946707 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

Author: jfclere
Date: Thu May 20 16:52:16 2010
New Revision: 946707

URL: http://svn.apache.org/viewvc?rev=946707&view=rev
Log:
The SSL gets cleaned too.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java?rev=946707&r1=946706&r2=946707&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Thu May 20 16:52:16 2010
@@ -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()



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org