[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Teresa Miyar reassigned MAGNOLIA-2450:
--------------------------------------
Assignee: Teresa Miyar (was: Boris Kraft)
> Invalid comparison for protocol
> -------------------------------
>
> Key: MAGNOLIA-2450
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2450
> Project: Magnolia
> Issue Type: Bug
> Components: mail
> Affects Versions: 3.6.1, 3.6.3
> Reporter: Marcel van den Brink
> Assignee: Teresa Miyar
> Fix For: 4.0
>
>
> In the code of the MgnlMultipartEmail there is at line 98 the following check:
> DataSource fds = url.getProtocol().startsWith("file:")
> The comparison includes a semicolumn, which will never be part of the
> protocol. This line should be changed to:
> DataSource fds = url.getProtocol().startsWith("file")
> According to the java implementation a protocol consists only of letters...
> and a colon ( : ) is not a letter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------