Do "=" chars in request parameters need to be URL-encoded?
"Karr, David" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
If I have a request parameter value that represents an LDAP distinguished name, like "low=abc,middle=def,high=ghi", am I required to URL-encode the "=" characters, so I would have to use "low%3Dabc,middle%3Ddef,high%3Dghi" instead? I mostly wonder what the specification states (and where in the specification it would say this, and which specification). I noticed that Tomcat 4.1.18 lets me get away with not encoding them, but a very old iPlanet installation gets confused if I don't encode them. ___________________________________________________________________________ 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