You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Swapnil M Mane (JIRA)" <ji...@apache.org> on 2018/05/01 08:39:00 UTC

[jira] [Created] (OFBIZ-10389) The first visit is not executed in case of CMS

Swapnil M Mane created OFBIZ-10389:
--------------------------------------

             Summary: The first visit is not executed in case of CMS
                 Key: OFBIZ-10389
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10389
             Project: OFBiz
          Issue Type: Bug
            Reporter: Swapnil M Mane
            Assignee: Swapnil M Mane
             Fix For: Trunk


Execution of the first visit depends on the trackVisit function

In ofbiz/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/RequestHandler.java file
{code}
if (this.trackVisit(request) && session.getAttribute("_FIRST_VISIT_EVENTS_") == null) {
    // execute first visit event
}
{code}

trackVisit function does not honor the default controller request (in this case, cms)
So, we should improve the code of trackVisit to honor default controller request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)