I want to set a jsp parameter to an attribute value which may contain special symbols, then use a form GET submit to pass the parameter to a servlet controller. For
GET
<% String st = str.replaceAll("\"", """);%> ,and use st instead of str.