You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2019/07/18 13:25:05 UTC

[Bug 63571] The SSL sessionCacheSize config overwrites javax.net.ssl.sessionCacheSize

https://bz.apache.org/bugzilla/show_bug.cgi?id=63571

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org