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
Post a Comment