}
sa = new SimpleArticle();
sa.setTitle(articlename);
contentGet = new Get("/" + articlename + "?action=export&format=raw&");
versionGet = new Get("/" + articlename);
if (LOG.isDebugEnabled()) {
LOG.debug(contentGet.getRequest());
LOG.debug(versionGet.getRequest());
}