Unfortunately, until the 2.2 Servlet Spec, this behavior wasn't specified, so it can be a little hit and miss.  To be on the safe side, you can use HttpUtils.parseQueryString to get the query arguments in the doPost method.
    (*Chris*)
----- Original Message -----
Sent: Tuesday, September 28, 1999 7:53 AM
Subject: Mixing post and get requests ?

 
Hi !
 
I'm doing the following:
 
Using a html form with action='servlet?par1=value1
 
At the same time the form does a "post", of ocurse, with the form variables.
 
Now, can this lead to some strange behaviour, i mean, is it ok to mix
a GET and a POST in a single request?
 
Does anyone has experience with this ?
 
Thanx
 
Oliver
 
 
 

Reply via email to