On 02/12/2010 22:21, Larry wrote:
> Hello,
>
> I need to have an apache mod_rewrite pass a request ( which contains
> POST data ) along to my servlet with some GET parameters.
>
> I think when Tomcat sees the GET params, it invokes my servlet's doGet
> ( which annihilates my POST data ).
>
> I n
as of data" in an HTTP request.
Regards,
Justin
--Original Message--
From: Larry
To: users
ReplyTo: Tomcat Users List
Subject: GET and POST data in same request
Sent: Dec 2, 2010 17:21
Hello,
I need to have an apache mod_rewrite pass a request ( which contains
POST data ) along to
Hello,
I need to have an apache mod_rewrite pass a request ( which contains
POST data ) along to my servlet with some GET parameters.
I think when Tomcat sees the GET params, it invokes my servlet's doGet
( which annihilates my POST data ).
I need to be able to access both the GET data from the