0

When I submit a form (via post) to a Servlet, with a <textarea> that contains roughly 2 MB of text, the HttpRequest object contains no parameters. When the <textarea> has only 2 KB of text, all of the parameters are in the HttpRequest object.

I've tried changing the FORM ENCTYPE to the three allowed values, to no avail.

I'm using Apache Tomcat 6.0.29, Java 5.

acdcjunior
  • 132,397
  • 37
  • 331
  • 304
Michael Sobczak
  • 1,045
  • 1
  • 24
  • 45
  • 1
    See http://stackoverflow.com/questions/2947683/httprequest-maximum-allowable-size-in-tomcat – home May 04 '13 at 07:21
  • I also needed to set the form's **enctype** to 'application/x-www-form-urlencoded'. With both in place, everything works perfectly. Thank you very much for your help! – Michael Sobczak May 06 '13 at 12:55

0 Answers0