I'm using htmlcleaner version 2.13. I get a StackOverflowError when trying to clean the attached html.
Assuming the String html contains the contents of the attached file, the following code throws:
final TagNode tagNode = new HtmlCleaner().clean(html);
I've created a simple maven project to expose this, you should be able to clone this and get a failing test witout to much hastle:
https://github.com/liamsharp/htmlcleaner149-StackOverflowError
Let me know if you need anymore info.
Thanks CB - I've replicated the error with the current trunk, I'll take a deeper look at whats happening here.
Awesome, cheers Scott.
Got it - it was an error in the definition of the RB tag. I've committed the fix for this in trunk.
Excellent, thanks again! Roll on 2.14 :-)