boolean useLabs = wiki.getConfiguration().getBoolean(WPCConfigurationBoolean.CW_USE_LABS);
final CWConfiguration cwConfiguration = wiki.getCWConfiguration();
if (!useLabs) {
String code = wiki.getSettings().getCodeCheckWiki().replace("-", "_");
try {
ResponseManager manager = new ResponseManager() {
public void manageResponse(InputStream stream) throws IOException, APIException {
if (stream != null) {
cwConfiguration.setGeneralConfiguration(
new InputStreamReader(stream, "UTF-8"));