IDependOn-Set: 1
IDependOn-Set: 119
IDependOn-Set: 2
IDependOn-Set: 204
IDependOn-Set: 205
IDependOn-Set: 206
LastModifiedSecs: 928905781
Parent: 119
SequenceNumber: 2
Title: When I call HttpUtils.parsePostData() all the POST data is eaten by Apache Jserv. Is this a bug? 
Part: 0
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 928905781
Type: 
Lines: 1
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)
EndPart: 0
