Bug report #550 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/550> REPORT #550 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious Confidence: public Environment: Release: Tomcat 3.2 Final JVM Release: Sun JDK 1.2.2 Operating System: Linux OS Release: RH 6.1 Platform: i386 Synopsis: Ajp 13 is mangling multi-part requests Description: While porting to Ajp13 from TC3.1 and Ajp12 my file upload servlet broke. Changing back to Ajp12 solved the problem. It looks like Ajp13 is mangling the multi-part request. Interestingly everytime a read a block from the bufffer the ByteStream read methid printed a 'Y' to System.out. The mod_jk.conf file and the servlet code was posted to tomcat-user this afternoon (12 dec 00)Title: BugRat Report # 550
BugRat Report # 550
Project: Tomcat | Release: Tomcat 3.2 Final |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: serious |
Confidence:
public
|
Submitter:
Sandy McPherson ( [EMAIL PROTECTED] )
Date Submitted:
Dec 7 2000, 09:09:23 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Ajp 13 is mangling multi-part requests
- Environment: (jvm, os, osrel, platform)
- Sun JDK 1.2.2, Linux, RH 6.1, i386
- Additional Environment Description:
- Report Description:
- While porting to Ajp13 from TC3.1 and Ajp12 my file upload servlet broke. Changing back to Ajp12 solved the problem. It looks like Ajp13 is mangling the multi-part request. Interestingly everytime a read a block from the bufffer the ByteStream read methid printed a 'Y' to System.out. The mod_jk.conf file and the servlet code was posted to tomcat-user this afternoon (12 dec 00)
- Workaround:
- null