At 14:16 06.04.2002 -0800, you wrote:

>Hello, Michael.

hi!

>Thank you for your response. I am afraid to ask you one more question if i
>pass the parameters by url(servletname?parameter). Is there limit on the
>size of parameter? my approach is pass all of question body which is
>multiple lines of characters.

copied from rfc 2616 aka HTTP/1.1 spec (I'd add that one to Mark's
"recommended papers and books"):

The HTTP protocol does not place any a priori limit on the length of a URI.
Servers MUST be able to handle the URI of any resource they serve, and
SHOULD be able to handle URIs of unbounded length if they provide GET-based
forms that could generate such URIs. A server SHOULD return 414
(Request-URI Too Long) status if a URI is longer than the server can handle
(see section 10.4.15).
Note: Servers ought to be cautious about depending on URI lengths above 255
bytes, because some older client or proxy implementations might not
properly support these lengths.

-mw


>Thank you in advance and have a good weekend
>
>bin

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to