Hello Rickard, to my mind, this should be fixed by using the httpclient connector (or net also). Adding a connector to your application is explained here: http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/325-restlet/37-restlet.html
In your case, just complete the classpath of your application with the archive org.restlet.ext.httpclient.jar, then add the archives of its dependencies (the jars are part of the Restlet delivery, in sub directory "libraries"): - apache commons codec - apache commons httpclient - apache commons httpcore - apache commons httpmime - jcip-annotations - apache commons logging - apache james mime4j Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2650763

