I am using JRUN 3.0 SP2 
I am trying to pass international text from an HTML for to a servlet.
In the servlet I am calling req.getParameter("Value") to get my information.
If it is NOT ISO-8859_1 data it is returned in a corrupted format.
If I say  new String(req.getParameter("Value").getBytes("8859_1"),"UTF-8")
my proper value is maintained.  Does JRUN have a version of the server that
properly handles the request?  Do they have a config parameter to control
this behavior?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to