> Lines 639-650 of the org.apache.coyote.Http11AprProtocol.java
>
> // FIXME: SSL implementation
> /*
> if( proto.secure ) {
> SSLSupport sslSupport=null;
> if(proto.sslImplementation != null)
> sslSupport =
> proto.sslImplementation.getSSLSupport(socket);
> processor.setSSLSupport(sslSupport);
> } else {
> processor.setSSLSupport( null );
> }
> processor.setSocket( socket );
> */
>
> Whoops...
>
> Not knowing the intimate details of how the Tomcat/APR connectors function, I
> might be incorrect in my assumption, but it looks like the SSL code is in
> fact commented out.
>
> Going to post a bug for this if someone doesn't do it by the time I get
> home... =D - cheers!
If you do that, I'll close it as INVALID 5 minutes later.
--
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]