|
|
When I call HttpUtils.parsePostData() all the POST data is eaten by Apache Jserv. Is this a bug? |
| A servlet engine is only supposed to read (and thus eat) the POST data by calling parsePostData() when parsePostData() would actually be able to handle it, i.e. the content-type is "application/x-www-urlencoded". If the content-type is something else, like "multipart/form-data" (or "text/html" when a HTML document is PUT from Netscape Composer), the POST data should be left to the servlet itself to handle. (Thanks for Vincent Partington)
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||||