Bug 18753 - upload of files fails using isapi_redirector2
Summary: upload of files fails using isapi_redirector2
Status: RESOLVED DUPLICATE of bug 15278
Alias: None
Product: Tomcat Connectors
Classification: Unclassified
Component: Common (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 08:51 UTC by Hans-Peter
Modified: 2008-10-05 03:14 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans-Peter 2003-04-07 08:51:46 UTC
I noticed problems using isapi_redirector2 with tomcat versions 4.1.12, 4.1.18 and
4.1.24 when i try to upload a file via a multipart/form-data POST-Request.
When trying to send it directly to the Tomcat-HTTP-Connector i have no problem.
Using Apache with mod_jk also works fine.
The old isapi_redirect with Tomcat 3.2.3 worked fine as well. So i assume, the
problem is in isapi_redirector2.dll
When uploading files >10k the Uploaded stream seems to be corrupted. The
Multipart-Parser (oreilly) complains about an "unexpected end of part".
Sometimes the connection will only be halted, so that tomcat waits in upload
until timout is reached.

If this was the wrong place to put my request, i apologize. 

Thx Hans-Peter
Comment 1 Hans-Peter 2003-04-12 19:56:55 UTC

*** This bug has been marked as a duplicate of 15278 ***