> Actually, spaces are treated specially in URL encoding, and may be
> represented by '+' -- and name-value pairs should be separated by '&'
> as in:
>
> http://host:8080/servlet/YourServlet?param1=first+Param&param2=second+param

And non-alphanumeric chars are represented as '%xx' where xx is the
ASCII hex representation of the octet.

___________________________________________________________________________
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