Re: PROPFIND response not working anymore with restlet 2.0.9, working, but with pbs with 2.0.6, was working OK with 2.0.1

2011-09-28 Thread Thierry Boileau
Hello Fabian, I think there is a link with the DAV namespace. Could you try by making the DomRepresentation namespace unaware? Best regards, Thierry Boileau Hello, I've updated restlet libs for my app to 2.0.9, and now PROPFIND (WebDAV) requests are not working anymore. Basically, a

Re: PROPFIND response not working anymore with restlet 2.0.9, working, but with pbs with 2.0.6, was working OK with 2.0.1

2011-09-28 Thread Fabian Mandelbaum
Hello Thierry, thanks for your answer. I forgot to tell you that I've already tried that, but in any way, I've tried differently now, by using DomRepresentation#setNamespaceAware (my test was with the W3C classes directly), and here's the result: 28/09/2011 07:50:55

500 error from ServerResource.doHandle, can't figure out why

2011-09-28 Thread Andy Dennie
Hi, OK, Restlet newbie here, probably doing something dumb, but I've been stuck for a while now and no amount of googling is helping :-). Pretty simple situation. My restlet client is an android app, server is on GAE. Both sides using 2.1M5. Right now I'm just trying to invoke a test GET