You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/09/25 18:36:41 UTC

DO NOT REPLY [Bug 6624] - double encoding of URLs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6624>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6624

double encoding of URLs





------- Additional Comments From andy_apache@thehyatts.net  2002-09-25 16:36 -------
This is the least of the problems.  As I mentioned on the dev mailing list,
URI's should not be encoded at all, as far as I can tell.  Encoded URI's don't
even work with Jakarta Tomcat.  For example,
http://server/servlet?foo=bar&baz=schmoo would be escaped, and let's say the
servlet is a Jakarta one,  a call to req.getParameter("foo") would return
something like "foo=bar%26baz=schmoo", which of course is incorrect.  In my
sources, I've taken the encoding of the URI out completely, and things work as
normal.

--Andrew Hyatt
ahyatt@intraspect.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>