https://issues.apache.org/bugzilla/show_bug.cgi?id=57352
--- Comment #2 from Matze M <[email protected]> --- Sorry, I recognized this bug while pasing a msg-file I can't give to you. But the fix should be simple: just add "if (att.attachLongFileName != null)" before "String ats = att.attachLongFileName.getValue();" or insert a try-catch block inside the for-loop, as aou did for all other values in that method. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
