Dennis Balkir created OFBIZ-9970:
------------------------------------
Summary: NullPointer Access in CategoryContentWrapper.getProductCategoryContentAsText when locale parameter is missing
Key: OFBIZ-9970
URL:
https://issues.apache.org/jira/browse/OFBIZ-9970 Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: Trunk
Reporter: Dennis Balkir
Priority: Minor
The said method is not nullpointer-safe; it is possible, that the method crashes and produces a nullpointer-exception at this point:
{{String sessionLocale = locale.toString();}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)