javax.servlet.http.HTTPServletResponse.setIntHeader("Content-Length",4096000);
Martin -- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. > Santosh Puranshettiwar wrote: >> Well, there's another problem. >> HttpServletRequest.getParameter() is unable to parse the key-value pairs >> in the http message body if the the total content-length is greater that >> 2016. >> >> Any ideas? Please. >> Santosh. > > maxPostSize on the connector? > > Mark > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >