Import fails with NPE if text value contains <. (escaped less-than character)
GENERAL
TESTING
GENERAL
TESTING
Description
Import fails with NPE if text value contains <. (escaped less-than character). This occurred when a new eval-item definition contained an escaped less-than character (<.) in the itemText field. XStream converts the escaped sequence into an actual less-than character, and the NullPointer occurs when cleaning the string of markup.
Import fails with NPE if text value contains <. (escaped less-than character). This occurred when a new eval-item definition contained an escaped less-than character (<.) in the itemText field. XStream converts the escaped sequence into an actual less-than character, and the NullPointer occurs when cleaning the string of markup.