You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/10/20 01:29:50 UTC

[jira] Created: (GERONIMO-3540) Session.loadProviders(ProviderInfo info, InputStream is) doesn't seem to handle comments correctly

Session.loadProviders(ProviderInfo info, InputStream is) doesn't seem to handle comments correctly
--------------------------------------------------------------------------------------------------

                 Key: GERONIMO-3540
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3540
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
    Affects Versions: 2.0.2, 2.0.1, 2.0
            Reporter: Dain Sundstrom
            Assignee: Rick McGuire


After reviewing the Session code, it doesn't appear that loadProviders is checking for comments.  I believe that if you have an entry like this:

# foo=bar; protocol=imap; type=store; class=com.sun.mail.imap.IMAPStore; vendor=Sun Microsystems, Inc.;

it would process the entry.  I have not tested this, so I could be wrong.



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


[jira] Closed: (GERONIMO-3540) Session.loadProviders(ProviderInfo info, InputStream is) doesn't seem to handle comments correctly

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3540.
----------------------------------

    Resolution: Fixed

Committed revision 587059.

> Session.loadProviders(ProviderInfo info, InputStream is) doesn't seem to handle comments correctly
> --------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3540
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3540
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 2.0, 2.0.1, 2.0.2
>            Reporter: Dain Sundstrom
>            Assignee: Rick McGuire
>
> After reviewing the Session code, it doesn't appear that loadProviders is checking for comments.  I believe that if you have an entry like this:
> # foo=bar; protocol=imap; type=store; class=com.sun.mail.imap.IMAPStore; vendor=Sun Microsystems, Inc.;
> it would process the entry.  I have not tested this, so I could be wrong.

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