-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.6 GA, 6.0.12 EE
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Message Boards
-
Labels:None
-
Liferay Contributor's Agreement:Accept
We configured a new message board category in the messageboard portlet and set it up to load messages from a mailinglist
One of the messages loaded had a null subject, causing the following exception to occur :
java.lang.NullPointerException
at com.liferay.portlet.messageboards.util.MBUtil._getParentMessageIdFromSubject(MBUtil.java:747)
at com.liferay.portlet.messageboards.util.MBUtil.getParentMessageIdString(MBUtil.java:533)
at com.liferay.portlet.messageboards.util.MBUtil.getParentMessageId(MBUtil.java:481)
- relates
-
LPS-22005 Improve exception handling if message has null subject
- Closed