RE: HTTP/POST request body dump

2005-04-28 Thread Tuan, Frank
il 27, 2005 7:22 PM To: Tomcat Users List Subject: Re: HTTP/POST request body dump > From: "Tuan, Frank" <[EMAIL PROTECTED]> > Sent: Wednesday, April 27, 2005 6:52 PM > I tried with a Filter. However, once I called getInputStream() in the > filter, getInputStream() in

Re: HTTP/POST request body dump

2005-04-27 Thread Will Hartung
> From: "Tuan, Frank" <[EMAIL PROTECTED]> > Sent: Wednesday, April 27, 2005 6:52 PM > I tried with a Filter. However, once I called getInputStream() in > the filter, getInputStream() in the servlet returns nothing. You effectively need to create a new Request with an new InputStream pointing to

RE: HTTP/POST request body dump

2005-04-27 Thread Tuan, Frank
ers List Subject: Re: HTTP/POST request body dump Nope. -Tim Tuan, Frank wrote: > Hi, > > Can I configure Tomcat to dump the body of HTTP/POST requests into some kind > of request log? I would like to dump all of the request body of a SOAP web > service that I

RE: HTTP/POST request body dump

2005-04-27 Thread Gilbert, Luke T
ned for that purpose. Many programs exist that can do this. Ethereal (http://www.ethereal.com/) is one such program that has the added benefit of being Free. Luke -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 19:37 To: Tomcat Users List Su

Re: HTTP/POST request body dump

2005-04-26 Thread Tim Funk
Nope. -Tim Tuan, Frank wrote: Hi, Can I configure Tomcat to dump the body of HTTP/POST requests into some kind of request log? I would like to dump all of the request body of a SOAP web service that I'm working on. I'm using Tomcat 5.0.28.