I am using Jetspee 2.0
In org.apache.jetspeed.engine.servlet.ServletRequestImpl. 348855 2005-11-25
02:36:22Z ate
Method getParameterMap, there is a line
paramValues[i] = new String(paramValues[i].getBytes("ISO-8859-1"),
encoding);
This is probably wrong, as it assumes parameters are ISO-8859-1 encoded, and
that will cause UTF-8 encoded parameters, like
request.jsp?name=%E9%A1%B9%E7%9B%AE
be understood as "??", while actually it should be "项目" (Project in Chinese)
I changed it to use UTF-8 at my place.
Any suggestion/comments?
Thanks,
Jay
--
(Jay) Jun Yan
---------------------------------------
Phone number and address will change, and this email address will never
expire. (Never say never?)