Details
Description
This line of code right here:
<p>${request.getAttribute("_ERROR_MESSAGE_")?replace("\n", "<br/>")}</p>
can produce a nullpointer error, since the attribute "ERROR_MESSAGE" from the request ist used by the replace method of freemarker, without nullchecking it first.
Attachments
Issue Links
- links to