Gerdes, Tom wrote:
Is there anyway to get a method added .getRequestBodyAsString() to the
Post Class that allows us to look at the post request body in the same
way the we can look at the response body using the
.getResponseBodyAsString() method for the GetMethod() class.  It would
sure help with debugging.

Currently not. The problem is that the request data may only be available once. Use the wirelog or a packet sniffer like Ethereal for debugging.

Ortwin Glück

PS. If you choose to continue postings with an inappropriate subject line my mailbox will direct your subsequent email to /dev/null.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to