https://sourceforge.net/tracker/?func=detail&aid=3480888&group_id=172440&atid
=861745

java.lang.NullPointerException

at org.webharvest.runtime.processors.HttpProcessor.execute(HttpProcessor.java:
137)

final String responseCharset = res.getCharset();

Looks like the following file changed:

U ide/src/main/resources/org/webharvest/gui/resources/attrvalues.properties

U core/src/main/java/org/webharvest/runtime/processors/HttpProcessor.java

U core/src/main/java/org/webharvest/runtime/web/HttpResponseWrapper.java

U core/src/main/java/org/webharvest/definition/DefinitionResolver.java

U core/src/main/java/org/webharvest/definition/HttpDef.java

U core/src/main/resources/config.xsd

U core/src/main/resources/wh-core-2.0.xsd

I build the latest trunk source on my Jenkins server and use that snapshot in
my projects. Looks like an NPE was introduced. I will switch my code to use
last stable code until this is fixed.