Maximum HTTP parameters

2014-01-08 Thread Dames, Kristopher J
My webapp needs to pass several thousand parameters in an HTTP POST request. I am required to use RHEL's tomcat packages (currently on 6.0.24). I figured out Red Hat has capped the maximum HTTP parameters at 512 and to get around it, I have to add the Java parameter

Re: Maximum HTTP parameters

2014-01-08 Thread Mark Thomas
On 08/01/2014 21:47, Dames, Kristopher J wrote: My webapp needs to pass several thousand parameters in an HTTP POST request. I am required to use RHEL's tomcat packages (currently on 6.0.24). I figured out Red Hat has capped the maximum HTTP parameters at 512 and to get around it, I have