rjatkins / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

java.lang.NoClassDefFoundError: org/cyberneko/html/filters/DefaultFilter #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
InputStream policyFile = 
StaticSupportAction.class.getResourceAsStream("antisamy-tinymce-1.4.4.xml");
        Policy policy = Policy.getInstance(policyFile);
        AntiSamy as = new AntiSamy();
        CleanResults cr = as.scan(request.getParameter("type"), policy, AntiSamy.SAX); 

What is the expected output? What do you see instead?
Expected output: purified value
What is see instead: java.lang.NoClassDefFoundError: 
org/cyberneko/html/filters/DefaultFilter

What version of the product are you using? On what operating system?
Version: antisamy-1.4.4.jar
OS v Windows7

Please provide any additional information below.

Original issue reported on code.google.com by Joyd...@gmail.com on 5 Mar 2012 at 3:20