look at the org.apache.catalina.valve.RequestDumperValve
----Original Message Follows---- From: QM <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]>,[EMAIL PROTECTED] Subject: Re: Reading the servlet input stream twice Date: Fri, 18 Jun 2004 15:45:18 -0500
On Fri, Jun 18, 2004 at 04:41:54PM -0400, [EMAIL PROTECTED] wrote:
: I am implementing page tracking on a project.
: I am coming across a problem, when I want to write a copy of the parameters
: or contents of a POST request to the database.
: [snip]
: Is there anyway of getting a copy of a POST request content without
: cleaning out the input stream and stuffing up the suceeding logic?
Servlet Filter, maybe? Aren't both POST and GET params available via request.getParameter() or am I not correct?
-QM
--
software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________ Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
