How can I unescape HTML escape character from JSP to Java

De openkb
Aller à : Navigation, rechercher

Sommaire

Questions

I am applying fn:escapeXml to a input value (say >) in JSP to do html escape. When I submit the form, I do need to send the parameter to the controller. In my controller, the request parameter comes as &gt and not >. Because of this, I could not unescape in the controller to get the original value. Could anyone help on this?

Answers

Apache Commons Lang - String Escape Utils

http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/StringEscapeUtils.html http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/StringEscapeUtils.html

Use one of the unescape methods.

Source

License : cc by-sa 3.0

http://stackoverflow.com/questions/13137781/how-can-i-unescape-html-escape-character-from-jsp-to-java

Related

Outils personnels
Espaces de noms

Variantes
Actions
Navigation
Outils