Frontend Developer Manual / Version 2310
Table Of ContentsIn CoreMedia it is possible to provide templates for HTTP Error Codes.
In the Blueprint, properties are set for the HTTP Error Codes 400
and 404
.
Therefore, the error codes are available as a view of HttpError
and a template can be written for them
(for example, HttpError.404.ftl
).
com.coremedia.objectserver.web.HttpError
is described in the "Blueprint Frontend Javadoc".
Note
To provide views for other HTTP Error Codes, the Spring-Configuration for the bean blueprintHttpErrorView
has to be adapted.