I think u cant extend because when u r hitting the URL using browser then by
default GET method is used.
The limit of this method is 256 chars.(Please correct if Im wrong.).
So I think ur problem is the limit of data u r passing to the HTTPServer and
that exceeds the limit.

I think this will help u....

cheers,
Manish

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of [Carlos Enrique Delgado]
Sent: Friday, July 09, 2004 5:05 PM
To: [EMAIL PROTECTED]
Subject: The 414 Error


Greetings.

On an application I'm developing was desplayed the 414 Error after calling a
servlet from a navigator. This is issued when the URI (aka URL) is too long.

I read that the web servers have a limit on the URI's size because when it's
too long is probably a malformed URI or a malicious program. Even so one can
modify that limit.

I would preciate if you explain me how to extend that size limit, even
better, to remove that limit, because I can guarantee there are no such
problems on this environment.

In the conf files I couldn't find anything that look like a way to solve
this.

Thank's in advance.


--

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

La información transmitida esta dirigida solo a la persona o empresa a quien
va direccionada, puede contener información confidencial. Se prohibe la
copia, duplicación o divulgación del contenido para personas ajenas a las
que van dirigidas. Si recibe esta información por error por favor
comuniquese con el remitente y elimine la información guardada en cualquier
computador.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to