Hello. We would like to log the full content of the requests for our J2EE application.. Our original approach was to override doInit() method of the ServerResource
getRequest().getEntityAsText() The problem is that once we read the stream, the representation text is no longer available and the requests fail with code 500. Can anybody please give me some pointers on what's the best way to achieve this ? Thank you very much, Ciprian ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2762057

