AW: AW: Setting the maxHTTPHeaderSize to 'infinity'

2011-04-19 Thread Fischereit, Jana
Hi, I resolved my problem. The problem was that the method request.getInputStream().read() just finish reading the in the server.xml file defined maxHTTPHeaderSize of the inputStream. So I wrote my own method to read the inputsteam and everything works fine. Besides I changed my client-side t

AW: Setting the maxHTTPHeaderSize to 'infinity'

2011-04-19 Thread Fischereit, Jana
achricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Dienstag, 19. April 2011 12:28 An: Tomcat Users List Betreff: Re: Setting the maxHTTPHeaderSize to 'infinity' Fischereit, Jana wrote: > Hi, > > I would like to send xml-files by using the http-post *request-bo

Setting the maxHTTPHeaderSize to 'infinity'

2011-04-19 Thread Fischereit, Jana
Hi, I would like to send xml-files by using the http-post request-body. But I read that the default maxHTTPHeaderSize is 8kb (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Standard_Implementation). So I cannot transfer files of arbitrary size. Why is there a limit? May problems occu