I am trying to obtain URL parameters via request.getParameterMap()
and I found apostrophe is not getting decoded & is passed as space.
sampleURL : xyz.com/somename?Marke=Sch%C3%B6ffel%7CLevi%27s
Here : Levi%27s
is encoded format of Levi's
But when I check parameterMap I get Levi s
instead of Levi's
What can be cause of this problem ? How do I resolve it ?
I still have the problem
URL provided [http://localhost:8080/xyz/ajax/?Marke=Sch%C3%B6ffel%7CLevi%27s]
Code used to retrieve
`Map
when I am tried printing the map. I got the below output
Marke
Schöffel|Levi s