Hi!

Many servlet-engines use the method
javax.servlet.http.HttpUtils.parseQueryString(String s) to parse the
QueryString. This method throws an IllegalArgumentException if the QueryString
does not consist of the same number of keys and values. e.g:

dsfn?key1=value1&key2

causes this exception as there are two keys and only one value.
Does this solve your problem?

-hendrik

- - - - - - - - - - - - - - - - - - - - - - - -
 The WebApp Framework ~ http://www.webapp.de/


"Jeffrey D. Curry" wrote:

> When I execute this command in my service function, I get the following
> entry added to my stderr.log:
>
> Reading GET parameters: java.lang.IllegalArgumentException
>
> The query string reads in just fine, but why am I getting this message?
>
> Thanks

___________________________________________________________________________
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