Hello

with the GET method, your data are sent in the URL. There are various
documented and undocumented limits to URLs. A reasonable limit appears to be
4K. Warning: the length of the datas passed in the URL is the ID of your
input objects and their datas.

with the post method, the situation is more complex, see
http://www.w3.org/TR/html4/interact/forms.html
NOTE: with the form content type "application/x-www-form-urlencoded " and
tomcat 4.0.4 I can detect a limit around 11Ko

Olivier Gattaz 
Adonix - 5 avenue Victor Hugo - 38130 Echirolles - France

-----Message d'origine-----
De : Jean-Baptiste Onofré [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 22 juillet 2002 21:54
À : Tomcat Users List
Objet : Re: Question about servlets


Hello,

with get method you're limited to 255 chars.
In post, no limit.

-- 
Jean-Baptiste Onofré (Nanthrax)
Membre fondateur de phpFR.org
http://www.phpfr.org
[EMAIL PROTECTED]
Membre fondateur du LUG Béziers
http://lug-beziers.org
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to