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.​HttpUrlConnectionCal​l constructor in org.restlet.gae.jar 
package:

and consist in commenting this line:

//this.connection.se​tAllowUserInteractio​n(getHelper().isAllo​wUserInteraction());​

This is needed since GAE doesn't allow the se​tAllowUserInteractio​n() 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

Reply via email to