Re: AW: XML Fileupload > 8k with mod_jk

2006-07-04 Thread Rainer Jung
Hi Thilko, please report your findings also in the 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 b

AW: XML Fileupload > 8k with mod_jk

2006-07-04 Thread Thilko Richter
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.getContentLength() I see that I get less data that I have sent to the server. Ok, I will try to update my server to a newer vers