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.

Reply via email to