What is the the maximum characters that Tomcat can handle in a Se rvlet URL (doGet request) ?

2004-03-31 Thread yair . fine
Hi,
 
What is Tomcat's limitation in getting requests through the URL - to use the
doGet method 
I.e if i run a Servlet, and i want to receive the request in the url ,what
is the the maximum characters i can get ?
Regards 
Yair Fine


Re: What is the the maximum characters that Tomcat can handle in a Se rvlet URL (doGet request) ?

2004-03-31 Thread Niki Ivanchev
As far as I remember 1024 is the limit of URL by RFC.
Niki
[EMAIL PROTECTED] wrote:

Hi,

What is Tomcat's limitation in getting requests through the URL - to use the
doGet method 
I.e if i run a Servlet, and i want to receive the request in the url ,what
is the the maximum characters i can get ?
Regards 
Yair Fine

 



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


Re: What is the the maximum characters that Tomcat can handle in a Se rvlet URL (doGet request) ?

2004-03-31 Thread Evgeny Gesin
I think that limitation is by HTTP protocol and not
directly specified. Practically I seen the GET limit
sending about 3000-3500 characters

Evgeny Gesin
Javadesk

--- [EMAIL PROTECTED] wrote:
 Hi,
  
 What is Tomcat's limitation in getting requests
 through the URL - to use the
 doGet method 
 I.e if i run a Servlet, and i want to receive the
 request in the url ,what
 is the the maximum characters i can get ?
 Regards 
 Yair Fine
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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