dispel = URLDecoder.decode(dispel,"UTF-8").substring("dispel=".length());
initGatewayBeanFactory();
LOG.debug("Validating DISPEL:\n" + dispel);
DISPELValidator processor = new DISPELValidator();
processor.setAdmireRegistry(GatewayBeanFactory.getInstance().getAdmireRegistry());
processor.process(dispel);
StringBuffer sb = new StringBuffer();
sb.append("<html xmlns=\"http://www.w3.org/1999/xhtml\">\n");
sb.append("<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />");