Arnar Gestsson wrote:
Hi,
I have a setup of Apache2.0.54, mod_jk1.2.15 and tomcat 4.1.31 and I'm
requesting page with a long querystring, as soon as it becomes longer
than 3200chars the application seems to break. I've somewhere seen
that querystring can be upto 8K
Actually, there's no l
In my experience in the past, 3200 chars was a more than I could ever get a
successful get method. It would always truncate the query string. How are
are you submitting the data? Can you change it to use a form/post
submission?
On 6/9/06, Arnar Gestsson <[EMAIL PROTECTED]> wrote:
Hi,
I have
Hi,
I have a setup of Apache2.0.54, mod_jk1.2.15 and tomcat 4.1.31 and I'm
requesting page with a long querystring, as soon as it becomes longer
than 3200chars the application seems to break. I've somewhere seen that
querystring can be upto 8K So I'm wondering if mod_jk has further
limits.