Dennis Balkir created OFBIZ-11448:
-------------------------------------
Summary: Potential Nullpointer in ErrorPage.ftl
Key: OFBIZ-11448
URL:
https://issues.apache.org/jira/browse/OFBIZ-11448 Project: OFBiz
Issue Type: Bug
Affects Versions: Trunk
Reporter: Dennis Balkir
This line of code right here:
{code:java}
<p>${request.getAttribute("_ERROR_MESSAGE_")?replace("\n", "<br/>")}</p>
{code}
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)