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]

Reply via email to