Hi all!
    I have problem handling unicode strings in the form of %uXXXX (from javascript's 
escape function).
Say url is: http://localhost/foo/foo.jsp?param=%u0455&p=%0020
in the jsp we have:
QueryString=param=%u0455&p=%0020
so far so good, but getParameterValues returns:
name=p; value=20
name=param; value=455
Which is not correct.Could Orion handle %uXXXX unicode strings? Seems its an 
getParameterValues implementation error!
Help!!
 
Egor Savotchkin



Reply via email to