DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8339

Request.getInputStream() has no data

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Normal
          Component|Catalina                    |Connector:Coyote HTTP/1.1



------- Additional Comments From [EMAIL PROTECTED]  2002-04-22 11:11 -------
You're doing the upload with a form encoding content type, which is incorrect 
here (you're uploading text/xml, and not parameters). Since you are not calling 
getParameters, the problem would be that the adapter would apparentl parse them 
anyway (I don't know why yet), which may be incorrect (at least, it should be a 
lazy evaluation).
I'll check to see if there is a bug.

Also, your byte reading algorithm is bad (do a loop to do that, and handle 
negative values).

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

Reply via email to