I thought I remember reading it was 4k or so.  You may need to verify.








Michael Donnelly <[EMAIL PROTECTED]> on 10/24/2000 02:11:10 PM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Douglas Wong/CDS/CG/CAPITAL)
Subject:  Re: Limit on the length of a variable passed in the URL


The real limitations on the size of a URL are in browsers, not JSP or the
server.  Different browsers will swallow URL's of different sizes.  For
something that hefty, I'd suggest POSTing it to avoid annoying edge
conditions with browsers and proxies.  It's just as easy to handle with JSP.

   Mike

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Yamijala, Kalyan
Sent: Tuesday, October 24, 2000 1:39 PM
To: [EMAIL PROTECTED]
Subject: [JSP-INTEREST] Limit on the length of a variable passed in the
URL


Hello All,

Does anyone know if there is a limit on the length of a variable I can pass
to a JSP page in a URL. I have a feedback system and I am passing about 40
line text as a variable in the URL. Does it work?

Thank you
Kalyan

===========================================================================
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

===========================================================================
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

===========================================================================
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