Pregunta

Is there anything in JavaSE, Spring or Apache Commons StringUtils that would allow me to strip out HTML from a String but also supply a whitelist of HTML entities that I would like to allow?

Thanks

¿Fue útil?

Solución 2

Using a regular expression was the answer here. There was no solution to this issue in any of the libraries available to me.

Otros consejos

You can take a look at OWASP AntiSamy project. It has default policy files, but you can tailor them to your needs; see the Developer Guide for details on that.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top