Fixed
Details
Priority
MinorAffects versions
Fix versions
Components
Assignee
Matthew JonesMatthew JonesReporter
Paul LukasewychPaul LukasewychLabels
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Matthew Jones
Matthew JonesReporter
Paul Lukasewych
Paul LukasewychLabels
Created March 27, 2013 at 1:41 PM
Updated June 30, 2014 at 3:33 PM
Resolved April 4, 2013 at 11:26 AM
in getRenderedTemplate(), the template's optional html message is null-checked before being passed to processText(), however, if it is an empty string an illegalargumentexception will be thrown. This can happen if the xml file defining the template has an empty <htmlMessage> tag, which inserts an empty string into the database, rather than omitting the tag, which inserts a null.
Attached is a simple patch to add an empty string check before processing the html message.