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
Original issue reported on code.google.com by
larstemp...@gmail.com
on 7 Jul 2008 at 12:00Attachments: