Hi Jerome,
Thank you very much for this tip. Much appreciated.
> Please plugin the org.restlet.ext.net.jar to replace the default connector
> with a more stable one. It will probably help.
I interpreted this comment to mean:
org.restlet.ext.httpclient is the "default" to be replaced
org.restlet.ext.net is what I should be using
Unfortunately, this did not fix the problem.
I noticed that since I am making a call over HTTPS, I also needed to add
org.restlet.ext.ssl as a dependency*. Since this is a common library between
the two connectors, and both connectors result in the same issue, I am
wondering if this ssl library is not somehow related to the source of the
issue. This theory is further confirmed because I do not experience this issue
with calls over HTTP.
(* If I do not, I get this error: java.lang.NoClassDefFoundError:
org/restlet/ext/ssl/internal/SslUtils)
Are there any alternatives to org.restlet.ext.ssl, or perhaps any hints as to
how I could work around this issue?
Thanks so much!
=David
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3053991