El mié, 05-10-2005 a las 08:46 -0400, Jean-Marc Marchand escribió:
> According to the servlet's spec, the behavior of getParameter()
> is undefined if you consumed the payload first through getInputStream 
> or getReader:
> 
> "If the parameter data was sent in the request body, such as occurs with 
> an HTTP POST request, then reading the body directly via .getInputStream or 
> .getReader can interfere with the execution of .getParameter method."
> 
> Jean-Marc
> 

Thanks

I will need a print copy of the Spec ,Saint Google not illuminate me
yesterday :-) 

As workaround, I'm using the CGIParser class ( from Ostermiller utils )
to get the parameters from the InputStream.

Bye

Mauricio Nuñez



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to