Hi Timothy,
Were you able to make progress on this front?
Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org/
http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com/
http://www.noelios.com
De : Timothy Aanerud
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 ~
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
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
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
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
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
Thanks Jerome,
Now's more clear.
On Mon, Jun 29, 2009 at 11:30 AM, Jerome Louvel
jerome.lou...@noelios.comwrote:
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
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
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:
10 matches
Mail list logo