Re: Re: Re: Parameters for annotated resources with interface?

2012-08-14 Thread Thierry Boileau
Hello Norm, the API proposed by the Restlet framework is quite distinct than, let's say, the jaxrs one. Especially regarding the handling of query parameters and request's entity. At first, there is a big wall between URIs that identify a resource, and the request's entities wich is, in case of a

Re: Re: Re: Repeated calls by Restlet client to Restlet server hangs

2012-08-14 Thread Thierry Boileau
Hello Jon, from what I notice, this is due to the fact that the entity is not consumed. I've just reproduced it using this code: ClientResource cr = new ClientResource("http://www.example.com";); for (int i = 0; i < 20; i++) { System.out.println(i); cr.get(

Re: GWT Accept header leak

2012-08-14 Thread Thierry Boileau
Hello, thanks for reporting this issue (in the discussion list and in github). The fix is available in the current snapshot, and will be part of 2.1rc6 to be published soon. Best regards, Thierry Boileau I'm having a problem with a GWT client. If I have a proxy, which I call > repeatedly to poll