RE: RE: XML Fileupload > 8k with mod_jk

2006-07-13 Thread Thilko Richter
g them directly to Tomcat's HTTP connector), and your problem description looked very familiar. The patch worked for me, that is why I mentioned it. Do you get log file/catalina.out entries? Regards, Martina -Original Message- From: Thilko Richter [mailto:[EMAIL PROTECTED] Sent: Wednesd

RE: RE: XML Fileupload > 8k with mod_jk

2006-07-06 Thread Thilko Richter
The patch worked for me, that is why I mentioned it. Do you get log file/catalina.out entries? Regards, Martina -Original Message- From: Thilko Richter [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 16:10 To: users@tomcat.apache.org Subject: RE: RE: XML Fileupload > 8k wit

RE: RE: XML Fileupload > 8k with mod_jk

2006-07-05 Thread Thilko Richter
case, when the problem does not appear with 5.5.15. Rainer Thilko Richter schrieb: > Hi Martina, > > Thanks for the quick answer! > > I use Tomcat 5.5.15. > > In my servlet I use request.getInputStream() and write the received data > into a byte array. With request.getCon

AW: XML Fileupload > 8k with mod_jk

2006-07-04 Thread Thilko Richter
an InputBuffer bug in older versions that has been fixed in Tomcat 5.5.16, see http://issues.apache.org/bugzilla/show_bug.cgi?id=38346. Regards, Martina -Original Message- From: Thilko Richter [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 16:59 To: users@tomcat.apache.org Subject:

XML Fileupload > 8k with mod_jk

2006-07-04 Thread Thilko Richter
Hi together, I would like to send a xml file from a remote client to the web application. I have an apache and tomcat which are linked over mod_jk. My problem is, that I only get 8K of data in my servlets although the file is bigger. If I send the file directly to a http connector the file has