You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Dennis Balkir (Jira)" <ji...@apache.org> on 2020/03/10 14:09:00 UTC

[jira] [Created] (OFBIZ-11448) Potential Nullpointer in ErrorPage.ftl

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)