https://bz.apache.org/bugzilla/show_bug.cgi?id=63571
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Christopher Schultz <[email protected]> --- In Tomcat 9, the call to SSLSessionContext.setSessionCacheSize is not made unless the session cache size is > 0 [1]. Since the default is zero0, Tomcat should already be behaving as you describe. Is it possible that this value is being overwritten in some other way? [1] https://github.com/apache/tomcat/blob/master/java/org/apache/tomcat/util/net/SSLUtilBase.java#L260 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
