-
Since TypePad Anti-Spam service (http://antispam.typepad.com/) works with the same API but it's free and doesn't require an API key (although the say "get one now", you can use the service without one), I've patched the Akismet class to support using the TypePad service.
See attached.
2009-03-26 11:03:37 UTC in Akismet Java API
-
It seems that HtmlCleaner is not thread safe - if you call clean(...) from one thread, and before it finishes you call clean from another thread, you get some exceptions some times, but enough to notice.
I think the clean method should either be synchronized or that the class javadoc should clearly state that the clean method should be synced when used in a multi-threaded environment.
2009-01-14 10:41:47 UTC in HtmlCleaner
-
this happened to me too, here's a link to an example url that jtidy mixes: http://www.ehow.com/how_2208742_how-are-you.html.
2008-12-24 15:20:08 UTC in JTidy
-
this happened to me too, here's a link to an example url that jtidy mixes: http://www.ehow.com/how_2208742_how-are-you.html.
2008-12-24 15:19:20 UTC in JTidy
-
this happened to me too, here's a link to an example url that jtidy mixes: http://www.ehow.com/how_2208742_how-are-you.html.
2008-12-24 15:18:04 UTC in JTidy
-
This exception is thrown when starting a simulation with a String parameter (mode. attribute) that has no default value. the bug is clear in ParameterUtils.parseDefaultValue and ScenarioLoader.createParameters, where there is no array size/null check to see if there are any values at all.
INFO [main] 2008-12-21 18:14:36,773 saf.core.runtime.Boot - logging system initialized
DEBUG [main]...
2008-12-21 16:17:57 UTC in Repast
-
TYPE_MAP static init does not init a type object for type File, but this type does appear in the model.score editor, thus creating a NullPointerException:
INFO [main] 2008-12-21 18:09:10,594 saf.core.runtime.Boot - logging system initialized
DEBUG [main] 2008-12-21 18:09:11,673 repast.simphony.plugin.PluginLifecycleHandler - probeParentLoaderLast parameter value is false
DEBUG [main]...
2008-12-21 16:12:48 UTC in Repast
-
hey,
i think there is a problem with the WhiplashSignature.java code.
in the method extracHosts(), it looks for "a href="https?://" and if it finds it removes anything that comes before it.
but if there are some other "http://good.example.com" before it, then they will be eliminated, which is bad, as i understand the code.
i know that this is how the original perl...
2008-09-11 09:52:07 UTC in Spamato Spam Filter System