Hello Han,

>_As you said, because the container already read the body, the
>_request.getInputStream() gets nothing?
>_
>_Then what is the purpose of request.getInputStream()? It is always empty
>_anyway.

No, it's not always empty. Servlets can receive
other things than parameters. And they can receive
multipart-mime encoded parameters that the servlet
container will not decode.

cheers,
  Roland

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

Reply via email to