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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -