Hi
I'm trying to read urlencoded parameters of a request with the method
getParameters() of a Request object.
The problem is that the values that are returned does not always match
the effective urlencoded value...
Here is an example. According to Ethereal capture, the packet sent
contains the parameter and value:
info_hash=%B2%E3%FA%0F%DEd%EE%2F%26%B5%13%F2%FE%9E!t%EA%B7%AC%A1
but the value I get using getParameter("info_hash") is
%B2%E3%FA%0F%DEd%EE%2F%26%B5%13%F2%FE%9E!t%3F%A1
which is not the same...
Anybody knows something about this problem?
Thanks in advance...
See you guys...
Bat
|