I am taking variable names from a path variable in my spring application.
However that fails in some cases when URL contains special characters
For e.g. http://www.loudletters.com/ll/rest/celebrityprofile/2S/Jan%20Min%C3%83%C2%A1%C3%85%C2%99 gives page not found error.
How to handle this?