Nilesh Bansal wrote:
Using ProxyIOBufferSize as 32192 totally worked even though the
documentation suggests otherwise. I am using httpd 2.2.14 with Tomcat
6.0.16. Thank you for the tip, now I can again use my long urls.
This may work for now, but someone should tell you that sending large
amounts of data in a HTTP GET request is not such a good idea. It will
get you in trouble sooner or later, for various reasons.
You should use a POST request for that kind of thing.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org