https://issues.apache.org/bugzilla/show_bug.cgi?id=48613
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Jan 2010 01:29:51 +0000 (01:29 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Jan 2010 01:29:51 +0000 (01:29 +0000)
APR should not attempt to initialize if the listener has been removed from server.xml

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@903928 13f79535-47bb-0310-9956-ffa450edef68

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

index 3e6594a..76176a6 100644 (file)
@@ -72,7 +72,6 @@ public class AprLifecycleListener
     protected static boolean aprAvailable = false;
 
     public static boolean isAprAvailable() {
-        init();
         return aprAvailable;
     }