Skill/기반기술

XSS관련 StringEscapeUtils

진열사랑 2023. 1. 10. 16:41

HTML Entity 문자(&lt;)를 <로 바꾸려면
StringEscapeUtils.unescapeHtml()을 사용하면 된다.