2015-11-05 2:16 GMT+03:00 Rémy Maucherat <r...@apache.org>: > 2015-11-05 0:08 GMT+01:00 <kkoli...@apache.org>: > >> Author: kkolinko >> Date: Wed Nov 4 23:08:35 2015 >> New Revision: 1712683 >> >> URL: http://svn.apache.org/viewvc?rev=1712683&view=rev >> Log: >> Remove SSLExt and related classes. >> >> SSLExt has a lot of native methods that are said to be implemented in >> Tomcat Native trunk, >> but actually there in no implementation code for them in current native >> trunk. >> > > This stuff in the "socket" folder is rather fun, it's an async IO > implementation on top of APR. This is likely better than the direct APR use > in the APR connector, but of course nobody is going to rewrite it at this > point (I think). Obviously, I never tried this, so no idea if it *really* > works, apparently some stuff is missing then. >
Those SSLExt.sslSetMode() calls look as crucial to their implementation (are executed when a socket is opened), so I removed the classes as they cannot be compiled without SSLExt class being present. Searching my archives, they were originally added in http://svn.apache.org/r1686276 Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org