Hi, I was wondering the reason why Request.getEntityAsForm() is now deprecated?
I realise you can use getQuery() in a resource, but what about Filters, where that method doesn't exist. I can use new Form(getRequest().getEntity()), but it seems a step backward for such a common usecase. Jon ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2657574

