Hello
I claim that i"ve found a bug:
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. Seems its an getParameterValues implementation error!
ITS DEFINITELY AN ORION BUG!!!
Since I tried the same code on Weblogic and it issued
name=p; value=%u0020
name=param; value=%u0455
Help!!

P.S. I registered the bug in bugzilla(#109) but nobody responding me.

Reply via email to