| Author |
HTTP POST maximum size
|
Pho Tek
Ranch Hand
Joined: Nov 05, 2000
Posts: 757
|
|
I know that a HTTP GET url has some maximum length possibly constrained by the browser url textbox or the Apache/Tomcat's server limit. Is there a configuration in Tomcat to limit the size of HTTP POSTs ? Thanks Pho
|
Regards,
Pho
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
Short answer NO In SOAP applications people POST multiple megabyte data streams. I suppose you could have your servlet look for the Content-length header and close the connection if it is too large. Bill
|
 |
 |
|
|
subject: HTTP POST maximum size
|
|
|