> Is it just that JCE/JSSE weren't combined with 1.2? So to be only > dependent on a single JDK [and not additional Sun jars], you'd need 1.4? >
Not really. One can still happily run HttpClient on Java 1.2 (without JCE & JSEE installed at all) as long as HTTPS and NTLM are not used. An attempt to execute HTTP request that requires SSL transport or NTLM authentication will result in ClassDefNotFound exception. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
