[
https://issues.apache.org/jira/browse/EMAIL-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siegfried Goeschl resolved EMAIL-78.
------------------------------------
Resolution: Fixed
Applied the patch and added the URL parameter to the exception message.
> 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
> Assignee: Siegfried Goeschl
> Priority: Minor
> Fix For: 1.2
>
> Attachments: EMAIL-78-patch.txt
>
>
> 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.