i got the same problem two or three weeks ago the problem is a (corrected) bug in the mod_webapp java classes the bugged class is org.apache.catalina.connector.warp.WarpRequestHandler i think the cvs contains a correct one (you just need to compile the java part) and replace the <tomcat_home>/server/lib/warp.jar with the new compiled files i can email you the patched jar if you want (connector for tomcat 4.0.1 with only this patch)
David ----- Original Message ----- From: "J S (l)" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 7:49 PM Subject: RE: com.oreilly.servlet.MultipartRequest IO Error > Thanks for your quick response. I just have one more question...would I > have to completely recompile tomcat to recompile the WARP connector or > not? > > J Sears > On Mon, 2002-01-28 at 12:41, Brian Adams wrote: > > I saw it in the past 6 weeks come across the list and I believe it is in the > > Warp connector. hte guy was saying that the file did not end or start with > > (can't remember which) FF. > > > > Maybe download from the CVS and build yourself... > > I'm sure someone else will have better memory. > > goodluck, > > B > > > > > > -----Original Message----- > > From: J S (l) [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 28, 2002 12:39 PM > > To: Tomcat Users List > > Subject: com.oreilly.servlet.MultipartRequest IO Error > > > > > > Please, anyone with information regarding the following error, either > > post a reply or email me asap. > > > > We are attempting to allow users to upload image files via form on our > > jsp site. We get the following error upon trying to parse the posted > > data: > > > > java.io.IOException: unexpected end of part > > > > We are running tomcat 4.0.1 > > JDK 1.3.1 > > modwebApp > > Apache 1.3.22 > > > > I have read where this might be a bug with either Tomcat itself or the > > WARP connector, but have been unable to find any responses to the bug > > report. > > Any assistance is greatly appreciated. > > > > J Sears > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
