Hi,
I'm currently working on Roller source code, and I just had a look into
both the JPARefererManagerImpl.applyRefererFilters() and
JPARefererManagerImpl.applyRefererFilters(Weblog website) methods.
In these methods, we can find the following lines :
String[] blacklist = StringUtils.split(
StringUtils.deleteWhitespace(website.getBlacklist()),",");
These lines are splitting the blacklist string on comas in order to
separate blacklist words, but this string actually contains words
separated by line breaks.
In this a bug in these methods, or am I missing something ?
--
Vivien Barousse