htmlcleaner/
|
39302
(5 years ago)
by abogaart:
HTMLCLEANER-45: detect empty field
- added forceEmptyField parameter to HtmlCleanerTemplate
- added step in the cleaning process that detects 'empty' fields and changes the content to <html><body/></html> if found.
- added test for new forceEmptyField option.
- added Parameterized annotation to the UnitTest class to run all existing tests with forceEmptyField on and off.
- fixed double logging messages.
- resolved some simple problems like typo's, spelling, etc.
|