Hello I had ruby on rails application, cosuming a restlet service in 1.2m1 version whith spring extension.
Yesterday I upgraded to 2.0 and now I had a problem. If I make a petition using the web browser, it works fine, but when I do it from ruby, restlet gives the response after about 20 seconds. When I debugged it, I saw that when I make the call from ruby, first of all, It calls my resource's constructor, but it only goes into @get method after 20 seconds could I miss some configuration when I changed the version of restlet? regards ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2835829