[
https://issues.apache.org/jira/browse/EMAIL-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671202#action_12671202
]
Siegfried Goeschl commented on EMAIL-78:
----------------------------------------
Hi Corey, any reason why not to pass the invalid URL parameter into the
exception msg?
> 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.