NIHVIVO-3889 Merge r.9950 from maint1.5 branch.
This commit is contained in:
parent
bb4365cfa8
commit
ef0afcdffa
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ public class StartupStatusDisplayFilter implements Filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
bodyMap.put("url", url );
|
bodyMap.put("url", url );
|
||||||
|
|
||||||
|
hResp.setContentType("text/html;charset=UTF-8");
|
||||||
hResp.setStatus(SC_INTERNAL_SERVER_ERROR);
|
hResp.setStatus(SC_INTERNAL_SERVER_ERROR);
|
||||||
Template tpl = loadFreemarkerTemplate();
|
Template tpl = loadFreemarkerTemplate();
|
||||||
tpl.process(bodyMap, hResp.getWriter());
|
tpl.process(bodyMap, hResp.getWriter());
|
||||||
|
|
Loading…
Add table
Reference in a new issue