You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Cain <cc...@mhsoftware.com> on 2001/08/14 22:28:24 UTC

[PATCH] SSL phase two

The second phase of cleanup ended up being pretty undramatic. The Jikes
problems I was seeing ended up being the fact that I have the SSL jars
as installed extensions in the jre/lib/ext, so Jikes didn't have
explicit access to them (which I would have known immediately if I had
paid attention to the initial compile errors ... oh well :-)

Anyway, this is just the filling out of the javadoc comments, so
SSLServerSocketFactory is now fully doc'ed. Since the first patch hasn't
been applied yet, I'm including a
"SSLServerSocketFactory.patch.combined" file which has the changes from
last time as well as these, against the current cvs source. I'm also
attaching "SSLServerSocketFactory.patch.javadocs", which is simply the
new javadocs fill-ins without everything in the previous patch (in case
anyone applied my previous patch to their local tree, or if anyone wants
to see just this piece by itself).

The next and final SSL patch will actually fix the multiple-entry store
problem.

- Christopher