java - Avoid "$" being URLEncoded -


i have string contains "$" in it. because of problem mentioned in urlencode value of map in spring, have urlencode it. don't want encode method encode "$" well.

is there way can done?

editing question wasn't clear in beginning:

i trying avoid java change , see if can make change @ spring config. trying understand if there escape character make urlencode not encode $ , encode rest of it

thanks help.

you can split string $, url encode elements in array get, , glue $


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -