|
|
|
@ -225,7 +225,7 @@ public class ErrorMvcAutoConfiguration {
|
|
|
|
|
response.setContentType(getContentType());
|
|
|
|
|
}
|
|
|
|
|
builder.append("<html><body><h1>Whitelabel Error Page</h1>").append(
|
|
|
|
|
"<p>This application has no configured error view, so you are seeing this as a fallback.</p>")
|
|
|
|
|
"<p>This application has no explicit mapping for /error, so you are seeing this as a fallback.</p>")
|
|
|
|
|
.append("<div id='created'>").append(timestamp).append("</div>")
|
|
|
|
|
.append("<div>There was an unexpected error (type=")
|
|
|
|
|
.append(htmlEscape(model.get("error"))).append(", status=")
|
|
|
|
|