Hey!

This question has been addressed before please check the archive:
Archives: http://archives.java.sun.com/archives/servlet-interest.html
for information.  Please always check this before posting a question.

The query string has a size limitation that veries from servlet eninge to
engine.

Also, you can buy Jason Hunter's book then you can use his HttpMessage
class.

Sans adieu,
Danny Rubis

rajeshcm wrote:

> Hello all
> Pl help in clearing this error when I am passing a lengthy string throuh the
> query string I am getting the fallowing error .
>  I encoded the string before concadinate with the url    .
>
> > HANDLER THREAD PROBLEM: java.lang.IllegalArgumentException
> > java.lang.IllegalArgumentException
> >         at com.sun.web.server.ServerRequest.unUrlDecode(Compiled Code)
> >         at com.sun.web.server.ServerRequest.processFormData(Compiled Code)
> >         at
> > com.sun.web.server.ServerRequest.processRequestLine(ServerRequest.jav
> > a:246)
> >         at
> > com.sun.web.server.ServerRequest.readNextRequest(ServerRequest.java:5
> > 6)
> >         at com.sun.web.server.ConnectionHandler.run(Compiled Code)
> >
> rajeshcm
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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