>> Hum, JSSE is still required in part of the code, outside HTTP 
>> connector world.
>>
>> org.apache.catalina.net.SSLServerSocketFactory require JSSE.
>>
>> JCERT is needed by org.apache.catalina.valves.CertificatesValve.
>Well, Ant is smart enough to not try to build these if you
>don't have JSSE. I'm still not completely clear on the circumstances
>in which these classes would get used. 
>
>In any case, the future we're moving toward will be all Coyote
>in which case you won't need these classes at all. Is that your
>understanding as well?

Yes, I hope we could in fine use the OSS's PureTLS/Cryptix 
instead of  JSSE for all cert/net/ssl, instead of JSSE, 
even if this one is present in JDK 1.4.

But in the interim, we'll have to use the same mecanism that
the one present in TC 3.3.1, ie auto detection of present
API (JSSE/PURETLS) and use of the corresponding factories


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to