I'm using Restlet 2.0.5 and I'm seeing the first character of an XML document 
being eaten on a POST.  I'm sending the entity:

<?xml version="1.0" encoding="UTF-8"?>

and if I print out the entity inside my post function, I get

?xml version="1.0" encoding="UTF-8"?>

which would explain why the DomRepresentation.getDocument() is failing.  If I 
pad the entity with a leading space, it seems to work.

Bryan

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2715473

Reply via email to