NPE when calling a page like http://localhost:8080/cmssite/cms
--------------------------------------------------------------
Key: OFBIZ-3096
URL: https://issues.apache.org/jira/browse/OFBIZ-3096
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: Patrick Antivackis
Fix For: SVN trunk
Attachments: Patch-OFBIZ-3096.txt
A Null Pointer Exception is generated by RequestHandler.trackVIsit and
trackStat if a page is called without view and without trailing slash after the
controller.
This may be not a problem for non cms site, but it is for cms site. Calling
http://localhost:8080/cmssite/cms will generate a NPE; WIth the included pacth,
calling the same page will display the default page.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.