Skip to content
Michael D Rodgers edited this page Mar 28, 2014 · 4 revisions

Welcome to the string-sanitizer-util wiki!

This is a library dependent on Spring and AspectJ technologies. Basically, when applied to a Spring applicationContext.xml file you would add the following lines to incorporate the JsHtmlSanitizer annotation:

<context:annotation-config/> <context:component-scan base-package="com.mdrsolutions.web, com.mdrsolutions.web.util"> <context:include-filter type="annotation" expression="com.mdrsolutions.util.sanitize.annotation.JsHtmlSanitizer"/> </context:component-scan>

Clone this wiki locally