Hi
= encoded is %3D, so that's where you are missing something I think.

greetz
Hans

At 10:41 15/08/2003 -0500, Vijay Kandy wrote:
Hello All,

I have a servlet whose expected parameter is ZAZBZ and its value is
CZlYnXtAIBDC=D9W7V
So calling http://host/context/name?ZAZBZ=CZlYnXtAIBDC=D9W7V would cause

System.out.println(request.getParameter("ZAZBZ"));

to print CZlYnXtAIBDC=D9W7V in Tomcat 3.2.3. But in tomcat 4.0.4 the
printout is CZlYnXtAIBDC
The results are the same when the URL is encoded because = remains the same.
Looks like parameter value cannot contain =
Please let me know if I am missing something.

Sincerely,
Vijay


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


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



Reply via email to