You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Andreas Kohn (JIRA)" <ji...@apache.org> on 2015/03/09 12:00:41 UTC

[jira] [Created] (EMAIL-151) ImageHtmlEmail uses wrong name for embed() call

Andreas Kohn created EMAIL-151:
----------------------------------

             Summary: ImageHtmlEmail uses wrong name for embed() call
                 Key: EMAIL-151
                 URL: https://issues.apache.org/jira/browse/EMAIL-151
             Project: Commons Email
          Issue Type: Bug
    Affects Versions: 1.3.3
            Reporter: Andreas Kohn


Found by reading the code: ImageHtmlEmail#replacePattern() asks the DataSourceResolver for a DataSource, and if the name of the data source is null/empty uses the resource location as name for looking up the CID. 

But, if that didn't work out it tries to embed the data source using the original 'null' name instead, which fails with an exception.

Trivial patch attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)