Hi I've the following problem that makes me
a little bit mad with encoding a URL:


JRUN

URLEncoder.encode("downloads.jsp?group=<%=group%>");

-->Method works on JRUN


TOMCAT 5.0

URLEncoder.encode("downloads.jsp?group=<%=group%>","iso-8859-1");

-->at the bottom of the explorer it is displayed wrong
when I look at the properties of the HTML-Site
it is display correct.
The hyperlink is not found.....
I also tested it with utf-8 and windows charsets but nothing helped.


Can someone help me?

Thanks a lot


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to