xiebiao / owaspantisamy

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

Simplify AntiSamy.java, reduce code duplication #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently AntiSamy.java contains a number of convenience methods for sanitizing 
HTML that are 
duplicating code instead of wrapping the most generic implementation (that 
should do the real 
work) with default values for parameters.

My patch changes these methods into wrapper methods making it easier to change 
or extend the 
Scanner API.

Original issue reported on code.google.com by larstemp...@gmail.com on 7 Jul 2008 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by arshan.d...@gmail.com on 21 Nov 2008 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by arshan.d...@gmail.com on 4 Feb 2009 at 8:34