RFR: 4966250: SSLSessionContext.setSessionTimeout() documentation could be updated

Sean Mullan mullan at openjdk.org
Wed May 29 19:28:03 UTC 2024


On Wed, 29 May 2024 15:45:12 GMT, Mark Powers <mpowers at openjdk.org> wrote:

> https://bugs.openjdk.org/browse/JDK-4966250

src/java.base/share/classes/javax/net/ssl/SSLSessionContext.java line 92:

> 90:      * When the timeout limit is exceeded for a session, the
> 91:      * <code>SSLSession</code> object is marked so that future connections
> 92:      * cannot resume or rejoin the session. Sessions can continue to be used

Maybe make it more clear these are active sessions -  "Active sessions can continue to ..."

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19458#discussion_r1619369501


More information about the net-dev mailing list