When storeIncomingEmail receives an Email without CC or BCC generates Exception
-------------------------------------------------------------------------------
Key: OFBIZ-912
URL: https://issues.apache.org/jira/browse/OFBIZ-912
Project: OFBiz (The Open for Business Project)
Issue Type: Bug
Components: content
Affects Versions: SVN trunk
Environment: MCA rules to process incoming Emails should be active.
Reporter: Guido Amarilla
Priority: Trivial
An exception is thrown when storeIncomingEmail is called with a Email that has
CC and/or BCC empty, because these lists are not checked for null before
accesing length property.
This is a quick and dirty patch to check for null.
(The test environment to reproduce this error was using Opentaps CRMSFA
processIncomingEmail)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.