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=10749>.
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=10749

Coyote Connector truncates multipart/form-data on embedded newlines

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|Cyote Connector truncates   |Coyote Connector truncates
                   |multipart/form-data on      |multipart/form-data on
                   |embedded newlines           |embedded newlines



------- Additional Comments From [EMAIL PROTECTED]  2002-07-12 17:45 -------
Once the request header is read, Coyote will let you read the body any way you
like, so it won't interfere even if there are newlines.
However, if the content-length or something like that is incorrect, then it may
break (Coyote is very strict).

If you really think there's a bug, please attach a test servlet or webapp, as
well as the request bytes which would trigger the bug.

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

Reply via email to