________________________________________ From: Martin Grigorov <mgrigo...@apache.org> Sent: Wednesday, July 22, 2020 2:29 AM To: Tomcat Developers List Subject: Re: [tomcat] 02/02: Avoid reflection for default instantiation
+public class AprStatus { + private static volatile boolean aprInitialized = false; + private static volatile boolean aprAvailable = false; + private static volatile boolean useAprConnector = false; + private static volatile boolean useOpenSSL = true; Is this a good default value ? OpenSSL should be used only when APR is available, no ? If APR is not available then JSSE should be used. Martin Filip: It's not the intention of this commit to change the default value. https://github.com/apache/tomcat/commit/f4dac6846c548144799b1c3f33aba4eb320a3413#diff-bda15c59296a87416d8b6da5682cffc8L82 Feel free to start another thread on that topic --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org