URLEncoding(UTF-8) creating problems in Tomcat 6.0
Hi
I have two versions of servers installed on my machine , URL Encoder is working in version1 and in other it is not working(version2).
I am using the following snippet in my code:
URLEncoder.encode(QIPExportProgram.toString(), "UTF-8")
Here "QIPExportProgram" is a URL
Version1 Working Version:
JDK1.4
Tomcat 5.0.28
Vignette : 7.2
Version 2:
JDK1.5.15
Tomcat 6.0
Vignette : 7.4.1
Regards,
Srinivas.
|