You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Pedro Javier Ortigosa Busto <pe...@din.cl> on 2000/04/04 16:12:42 UTC

Problems passing param strings

Hi all. My apologies if this is not the correct newsgroup to send this
mail to. If there is a more apropriate forum, please direct me to it.

I'm working with Tomcat ver 3 on NT sp5. I'm suffering from an Error 414
No Detailed Message. I think I've pretty much narrowed down what's
causing the problem. I have a few pages 'n servlets that pass param
strings between each other that sometimes may exceed 512 characters in
length, and I get the 414 error whenever this is true. Is there any way
to control this? I'm fairly new to Java so any pointers would be greatly
apreciated.

Pedro