HOW INCREASE URL length size ?

2003-09-26 Thread Philippe Couas
Hi,
 
Url limit size is to 451 characters.
How can increase it to 800 in Tomcat 4.1.24 ?
 
 
Thanks Philipe
 
Philippe COUAS

Responsable Développement

INFODEV S.A.

 


Re: HOW INCREASE URL length size ?

2003-09-26 Thread Tim Funk
Why do you think limit is 451?

-Tim

Philippe Couas wrote:

Hi,
 
Url limit size is to 451 characters.
How can increase it to 800 in Tomcat 4.1.24 ?
 


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


Re: HOW INCREASE URL length size ?

2003-09-26 Thread Christopher Williams
Philippe,

I suspect that the underlying question is I want to stick loads of GET
parameters in a URL, more than 451 characters' worth.  How?.  The answer
is: don't.  Do something else instead:
1. Use HTTP POST
2. Store stuff in the Session.

Kind regards,

Chris Williams.



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



Re: HOW INCREASE URL length size ?

2003-09-26 Thread Larry Meadors
You can't. :-D

That is a browser limitation. Most are in the range of 2000 chars, but at any rate 
that is out of your control. 

You will need to POST if you have a form sending more data than that. If you have urls 
that are longer than that, then you are in a bad place. ;-)

Larry

 [EMAIL PROTECTED] 09/26/03 6:43 AM 
Hi,
 
Url limit size is to 451 characters.
How can increase it to 800 in Tomcat 4.1.24 ?
 
 
Thanks Philipe
 
Philippe COUAS

Responsable Développement

INFODEV S.A.

 


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



Re: HOW INCREASE URL length size ?

2003-09-26 Thread Rhino
Viagra maybe? ;-)

Rhino

- Original Message - 
From: Philippe Couas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 26, 2003 8:43 AM
Subject: HOW INCREASE URL length size ?


Hi,

Url limit size is to 451 characters.
How can increase it to 800 in Tomcat 4.1.24 ?


Thanks Philipe

Philippe COUAS

Responsable Développement

INFODEV S.A.




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