Hi

I am working on CXF which uses Jetty as the default http transport engine.
We are trying to replace Jetty5 with Jetty6. But I found these code in the Jetty latest trunk.
public SslSelectChannelConnector()
{
       Log.info("The SslSelectChannelConnector is a BETA quality release");
       setHeaderBufferSize(32768);
       setRequestBufferSize(65536);
}

Can I get to know the exactly status of the SslSelectChannelConnector ?
What specific features are not stable or not finished yet?
When will Jetty6 SSL support be a final release?

Thanks,
Willem.



Reply via email to