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

--- Comment #4 from jfclere <jfcl...@gmail.com> ---
in openssl: ./ssl/ssl_sess.c
{
    if (len)
        *len = (unsigned int)s->session_id_length;
    return s->session_id;
}

So +1 for testing for NULL.

I am curious how you manage to get error, I don't see how the
jakarta.servlet.request.ssl_session_id could be read with a failed handshake...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to