NIHVIVO-3889 Merge r.9950 from maint1.5 branch.

This commit is contained in:
j2blake 2012-07-09 18:37:55 +00:00
parent bb4365cfa8
commit ef0afcdffa

View file

@ -92,7 +92,8 @@ public class StartupStatusDisplayFilter implements Filter {
}
bodyMap.put("url", url );
hResp.setContentType("text/html;charset=UTF-8");
hResp.setStatus(SC_INTERNAL_SERVER_ERROR);
Template tpl = loadFreemarkerTemplate();
tpl.process(bodyMap, hResp.getWriter());