You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/02/09 12:03:48 UTC

DO NOT REPLY [Bug 26787] New: - multipart posts are lost

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

multipart posts are lost

           Summary: multipart posts are lost
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: kaa@348.dp.ua


Try this script to see the bug:
----------
<%@ page contentType="text/html; charset=UTF-8" %><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
posted value: <b><%= request.getParameter("action") %></b> <br />
<hr />
multipart post: <br/>
<form method="post" enctype="multipart/form-data">
<input name="action" value="multi">
<input type="submit"></form>
<hr />
singlepart post: <br/>
<form method="post">
<input name="action" value="single">
<input type="submit"></form>
</body></html>
-------

Tested on Tomcat 5.0.16 and 5.0.18,
J2SE (build 1.4.2_01-b06) and (build 1.4.2_03-b02)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org