|
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*)
|
- Mixing post and get requests ? Oliver Pistor
- Re: Mixing post and get requests ? Chris Pratt
- Re: Mixing post and get requests ? Ola Berg
- Re: Mixing post and get requests ? Andras Balogh
- Re: Mixing post and get requests ? Craig R. McClanahan
