|
@@ -52,6 +52,7 @@ public class ErrorRender extends Render {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // render with html content
|
|
|
try {
|
|
try {
|
|
|
response.setContentType(contentType);
|
|
response.setContentType(contentType);
|
|
|
response.getOutputStream().write(getErrorHtml());
|
|
response.getOutputStream().write(getErrorHtml());
|