On Wed, Jun 16, 1999 at 11:39:27AM -0400, John Burns wrote:
> Now, I've gotten myself completely confused, and I offer profuse apologies to
> the group for inflicting you with my observations, but...
> When I use URLEncoder.encode for a URL or just the parameter portion of it,
> there seems to be a problem.  The URL looks like:
>     http://host:8080/servlet/MyServlet?param=first name
> before encoding, and
>    http://host:8080/servlet/MyServlet?param%3Dfirst+name

        I was under the impression that only the parameter value
("first name") requires URL encoding. Sending the entire URL will
result in the entire URL being URL encoded.

--
Robert Crawford                 [EMAIL PROTECTED]
http://www.iac.net/~crawford

___________________________________________________________________________
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