snimavat / html-cleaner

Html cleaner - Whitelist based html sanitizer grails plugin
3 stars 2 forks source link

Update JSoup to 1.6.3 (or later) #2

Closed mnikkane closed 11 years ago

mnikkane commented 11 years ago

The jsoup 1.6.2 version has some bugs with special characters. These are fixed in 1.6.3 version.

Would it be possible to update the html-cleaner plugin to use JSoup 1.6.3? Seems to be enough just to update dependencies.groovy file with correct version.

snimavat commented 11 years ago

Will update and release soon

mnikkane commented 11 years ago

Ok, great!

Just noticed that also JSoup 1.7.2 seems to work ok with html-cleaner (did some quick testing only), so might be good to upgrade directly to it as it is the latest JSoup.

snimavat commented 11 years ago

@mnikkane 0.2 version is released, it depends on jsoup 1.7.2. Also added support for specifying default whitelist in configuration.