Sling request.getParameter() ommitting values
I am getting an alpha-numeric value as part of request.
For example -> If request has token=qoN3qSQ+KwL+uwbpzITSHDBRl3xuqM0AYx3CSkoSUU= as query param value, req.getParameter("token") gives us qoN3qSQ KwL uwbpzITSHDBRl3xuqM0AYx3CSkoSUU=
So, basically it is ommitting the '+' from the value. How to resolve this?