Hi,
I apologize if this is a question answered somewhere already, although I have searched for such an answer in many places. I am new to Slide.
I am trying to use WebDAV to connect over SSL. The WebDAVResource will not take an org.apache.commons.httpclient.HttpsURL as an argument, so
What??? WebdavResource takes a HttpURL as an argument. As HttpsURL is just a subclass of HttpURL, ...
Yes, that's what I thought. However, I got a compilation error, saying that it was not supported.
However, I have sorted out what the problem is. The version of Slide that I downloaded was 1.0-16 (binary). It contained an implementation of HttpClient that did not even have the HttpsURL class. So I downloaded HttpClient that contained the class. It seems there are some versions of Slide where SSL was not supported, and that's what I was using.
So, the solution to my problem was to download Slide WebDAVClient 2.0beta1 which works with my SSL example.
Thanks,
- JohnK
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
