RE: Premature EOF / Broken Pipe

2009-06-29 Thread Jerome Louvel
Hi Timothy, Were you able to make progress on this front? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com De : Timothy Aane

RE: Problem Using proxy server for Restlet service

2009-06-29 Thread Jerome Louvel
Hi Albert, As a workaround, if you use the HTTP client connector based on HttpURLConnection (org.restlet.ext.net), then you can use the proxy parameters via JVM system properties. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~

RE: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Jerome Louvel
Hi Alin, The reason is simple: when a method is not allowed, HTTP expects the server to return the list of allowed methods, therefore the framework introspects the resource by calling allow*() methods. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 Best regards, Jerome Lo

RE: Content Negotiation for Safari 4. Any way to override?

2009-06-29 Thread Jerome Louvel
Hi all, I don't think that keeping the equalsIgnoreCase() method call do any harm. I suggest to keep it for flexibility purpose. I've checked the HTTP spec, but nothing is said about case sensitivity for product tokens: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.8 Best regards,

RE: Possible GAE Client issue.

2009-06-29 Thread Jerome Louvel
Hi guys, By default, we leverage the HttpURLConnection class which has been reimplemented on top of URLFetcher so this should work. Thierry will finish his work on automated Restlet editions next week or so and we'll be able to resolve such issue more quickly and precisely. For now, I suggest to

Re: Premature EOF / Broken Pipe

2009-06-29 Thread Timothy Aanerud
I haven't tried switching HTTP connectors. :-( But, I did build a sanitized/stripped down example. Unfortunately, my example does not fail like my application does. One difference between my example is I'm only exchange data with one resource, In my actual application I'm sending two messages t

Restlet trunk andd GWT issues...

2009-06-29 Thread Brian Anderson
Hello, I am working with the GWT edition and trunk r5150 in order to get the recent changes that fix content negotiation issues present in 2.0m3. I have a simple GWT app loosely based upon the RestletGWTSimpleExample. I notice that I cannot get my GWT app to run in hosted mode without changing

Re: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Alin Popa
Thanks Jerome, Now's more clear. On Mon, Jun 29, 2009 at 11:30 AM, Jerome Louvel wrote: > Hi Alin, > > > > The reason is simple: when a method is not allowed, HTTP expects the server > to return the list of allowed methods, therefore the framework introspects > the resource by calling allow*()

RE: Restlet trunk andd GWT issues...

2009-06-29 Thread Brian Anderson
FWIW, the following change in HttpClientConverter.java seems to fix the NPE: public void commit(final HttpClientCall httpCall, Request request, Response response, final Uniform userCallback) throws Exception { if (httpCall != null) { // Send the request to the c

GAE + Restlet issue

2009-06-29 Thread Matt
Hi there, I'm trying to use GAE and Restlet together. All works fine on the local development server. The first initial deploy to the "live" server worked fine. 1.latest.[applicationid].appspot.com > works as expected. However on my subsequent deploys I keep getting: 1001.latest.[appli