I am trying to use the encodeURL method in a jsp to encode a URL with \"%\" symbol.
encodeURL
response.encodeURL(/page1/page2/view.jsp?name=Population of 91% in
Consider using URLEncoder and URLDecoder.