getQueryString()
gives
cid=1¶ms=zDmrLGXJ1DboOuqBn2062Z%2BQmQ4w7ODNGAfZL4L8rpk%3D
.
and
getParameter(PARAM_NAME)
gives
zDmrLGXJ1DboOuqBn2062Z+QmQ4w7ODNGAfZL4L8rpk=
What happened with %3D.
?
I used URLEncoder.encode(url, "UTF-8")
to create params.