Bernhard Doebler
Member since Dec 11, 2008
- Profile: /members/2276-bernhard-doebler.htm
- URL: http://gplus.to/bardnet
- Comments: 3
Recent Blog Comments By Bernhard Doebler
-
Using The OWASP AntiSamy 1.5.7 Project With ColdFusion 10 To Sanitize HTML Input And Help Prevent XSS Attacks
Posted on Jun 19, 2018 at 5:23 PM
I studied your blog further and understood you found the maven downloads yourself. When I try a later version of Adobe ColdFusion and use "this.javaSettings" I run into the same error Error casting an object of type org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast... read more »
-
Using The OWASP AntiSamy 1.5.7 Project With ColdFusion 10 To Sanitize HTML Input And Help Prevent XSS Attacks
Posted on Jun 19, 2018 at 4:08 PM
Hi Ben, it comes as a surprise you're still on CF 10. Later Versions load jar file much more easily through "this.javaSettings" in Application.cfc. I recently cleaned HTML output using jsoup which does not need to be configured through such a "heavy" xml file. I belie... read more »