Hi,
I've a
jsp which is taking a value Name=ABC×tamp=123000&Address=XYZ.
The controller receives it as Name=ABC*tamp=123000&Address=XYS.
I wrote
I received url as %97tamp%xxxxx
and decodedUrl is xxxa-tamp=xxxxxx
I'm
testing it in Eclipse
IDE.
Is there any way to receive the
word ×tamp in correct format.