java-html-sanitizer
java-html-sanitizer copied to clipboard
Proposed fix for issue #223: forbidden character references in sanitized html
I'll look at this in more detail soon. Thanks so much.
When you asked I was like "I would NEVER submit a merge request with failing test!". Then I looked at my IDE and saw that it said "No tests found", because it has forgotten how JUnit 4 works apparently. So, I'll have to change my claim to "I would never KNOWINGLY submit a merge request with failing tests!"
Heh. Yeah, the codebase has some Java5/6 compatibility baggage.
Looks OK now - hope those were the correct changes.