src change: slf4j log methods only accept Strings, so log.error(Exception) ==> log.error(Exception.toString())
PropertyConfigurator.configure(props) all over the place (mostly in tests) ==> move log4j properties from jspwiki.properties to separate log4j.properties (in classpath) ?
NDC => MDC ?, these are only in the two ServletFilters, if we still need them, what will we use as key (cookie ?)
change build.xml so that slf4j-api.jar is added to WEB-INF/lib
run the tests and the web-tests
test with tomcat
test with WebSphere (old JSPWiki version and new (slf4j) JSPWiki version