Its not an HTTP limitation. The HTTP spec does not limit URL
length and hence the length or number of query parameters sent
using GET method.

IE5 currently limits the length to 2k. Checkout 
http://support.microsoft.com/support/kb/articles/Q208/4/27.ASP
for further details.

Netscape either does not limit or has a higher limit. I was able
to send more then 10K successfully.

The limitation could also come from the servers implementation,
but if they follow HTTP spec they should not have any such limits.

Cheers,
Sanjay

-----Original Message-----
From: A mailing list about Java Server Pages specification and
reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Luis Javier Beltran

Sent: Tuesday, October 24, 2000 3:04 PM
To: [EMAIL PROTECTED]
Subject: Re: [JSP-INTEREST] Limit on the length of a variable
passed in
the URL


It's an HTTP limitation, not just a browser limitation


----------------
Sent from a WebBox - http://www.webbox.com
FREE Web based Email, Files, Bookmarks, Calendar, People and
Great Ways to Share them with Others!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to