RE: Relative URI in GWT Restlet

2009-06-19 Thread Jerome Louvel
org] De la part de Bruno Harbulot Envoyé : jeudi 18 juin 2009 19:00 À : discuss@restlet.tigris.org Objet : Re: Relative URI in GWT Restlet Hello, I'm having the very same problem (regarding relative URIs). I think I've traced the problem: it's a client-side issue, and an excepti

Re: Relative URI in GWT Restlet

2009-06-18 Thread Bruno Harbulot
Hello, I'm having the very same problem (regarding relative URIs). I think I've traced the problem: it's a client-side issue, and an exception is currently thrown if the URI doesn't start with "http". I'd like to suggest the following patch to allow for relative URIs too: diff --git a/module

RE: Relative URI in GWT Restlet

2009-06-10 Thread Jerome Louvel
Hi Wish, What is your ServletContainer? There is a known bug with WebLogic regarding port 80: "Locating REST resources on Port 80, Receive 404" http://restlet.tigris.org/issues/show_bug.cgi?id=710 We have very recently checked in a workaround in SVN trunk for this. Could you try again with a rec