Better error message in MultiPartEmail.attach()
-----------------------------------------------
Key: EMAIL-78
URL: https://issues.apache.org/jira/browse/EMAIL-78
Project: Commons Email
Issue Type: Improvement
Affects Versions: 1.1
Reporter: Aaron Digulla
Priority: Minor
Please replace line 367 of org.apache.commons.mail.MultiPartEmail
[code]
throw new EmailException("Invalid URL set");
[code]
with
[code]
throw new EmailException("Invalid URL: "+url, e);
[code]
to generate a better error message when an IOException is thrown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.