My Restlet service works fine when I send it a JSON string, the representation.entity contains the sent text and my restlet resource can do it's thing. However, when I enable GAE support in my eclipse project properties and then run the exact same test, the representation . entity returns a blank string. I have made sure I am using the latest GAE implementation of Restlet. Any ideas on what else might be causing this?
Update: For anyone who encounters this problem and doesn't want to waste 3 days figuring it out, POST and PUT requests works fine with GAE sdk 1.4.3. I was using the latest GAE sdk 1.5.1 which appears to have introduced a bug around chunk encoding requests