You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2009/08/21 12:59:14 UTC

[jira] Resolved: (GERONIMO-4808) Javamail Session constructor not creating property Properties copy

     [ https://issues.apache.org/jira/browse/GERONIMO-4808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved GERONIMO-4808.
------------------------------------

    Resolution: Fixed

Committed revision 806491.

> Javamail Session constructor not creating property Properties copy 
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4808
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4808
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>
> The Session constructor attempts to copy the Properties object by using new Properties(props).  Unfortunately, that constructor does not make a copy of the source properties object, but rather uses it as a default set.  This means it is not possible to iterate over the properties defined for the Session. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.