Hi again, I'm writing this post just to summarize modifications needed in restel.gae HttpClient in order to work properly.
1) The first modification I think is needed is on: org.restlet.ext.net.HttpUrlConnectionCall constructor in org.restlet.gae.jar package: and consist in commenting this line: //this.connection.setAllowUserInteraction(getHelper().isAllowUserInteraction()); This is needed since GAE doesn't allow the setAllowUserInteraction() method. 2) The second modification is what I spoke about in the previous post of this thread. I think both these modifications could be reported in next milestone. However I don't know if they could have side consequences. I'd really like your opinion. Please, could anyone report its impressions in this thread???? Thanks ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2380719

