FilterForm form =
(FilterForm) request.getSession(false).getAttribute(
"filterForm");
JBPProcess process = form.getJbpProcess();
XmlGenerationUtil.generateXML(out, process, minPercent, maxLevel, printMemory, memoryLeaks, numberFormat);
if (isZip) {
out.flush();