Hello Boris, as a workaround, you can use the jetty connector : just add the org.restlet.ext.jetty.jar to the classpath and add also the libraries it depends on (javax.servlet and org.eclipse.jetty, you will find them in the restlet distribution). I notice that the problem is due to the internal HTTP server connector.
Best regards, Thierry Boileau hello Boris, > > your code should work, but I reproduce also the bug, I take care of it. > I'm quite busy these days and Jérôme is half on vacations. :) > > best regards, > Thierry Boileau > > > Hi again guys, >> >> A simple "what you're doing should work" will be helpful to me as well. I >> can try debugging through the Reslet source code assuming the problem is not >> with my code. >> >> Thanks! >> Boris >> >> ------------------------------------------------------ >> >> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2796058 >> > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2798956

