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

ISAPI redirector fails to save data





------- Additional Comments From [EMAIL PROTECTED]  2003-04-02 20:58 -------
I believe I have encountered the same issue.

I was having this problem with another application. What came out in the logs 
was that there was a java.io.StreamCorruptedException being thrown whenever 
going through the filter.

In order to develop a test case for all to use, I am using commons-fileupload
(http://jakarta.apache.org/commons/fileupload/).

I have a simple file upload jsp page (using commons-fileupload). If you select 
a file >100k or so, the app will fail if you go through the isapi filter - 
isapi_redirector2.dll (http://localhost/uploadfile). However, if you go 
straight to tomcat everything works fine (http://localhost:8080/uploadfile).

In this example (the test case) what you will see in the logs is a:
javax.servlet.ServletException: Processing of multipart/form-data request 
failed. Stream ended unexpectedly

Once again, this error is not received when going directly to tomcat.

I am including uploadfile.war which is the webapp test case with the file 
upload jsp page. I was having trouble with tomcat's automatic unpacking of war 
files, but if you unpack the .war file manually and drop it in the webapps 
directory, it should run correctly. I am also including my log file which shows 
the error received.

If more material is needed, please advise.

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

Reply via email to