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.