[
https://issues.apache.org/jira/browse/GERONIMO-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick McGuire resolved GERONIMO-2806.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0
Committed revision 509954 for the javamail providers
Commited revision 509956 for the javamail 1.4 specs.
I had to make a small tweak to the change to SMTPTransport. The default host
environment if the host is null is "local" host, not the value of a property
named "mail.localhost".
I'm still sorting out getting the 1.3 spec changes in, otherwise this can't be
fixed in Geronimo 1.2
> mail.null.host property not resolved by SMTPTransport class
> -----------------------------------------------------------
>
> Key: GERONIMO-2806
> URL: https://issues.apache.org/jira/browse/GERONIMO-2806
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: mail
> Affects Versions: 1.1.1
> Reporter: Jason Warner
> Assigned To: Jason Warner
> Fix For: 2.0
>
> Attachments: Geronimo-2806_Javamail.patch, Geronimo-2806_Specs.patch
>
>
> There's a problem in the base class that's causing it to read the property
> "mail.null.host" rather than "mail.smtp.host", like it should. There's also
> a secondary problem where the SMTPTransport class in its protocolConnect()
> method is not detecting a null host and reading the property itself
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.