You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org> on 2007/10/27 15:35:51 UTC

[jira] Created: (GERONIMO-3560) SMTPTransport.isConnected() returns true after close() is called

SMTPTransport.isConnected() returns true after close() is called
----------------------------------------------------------------

                 Key: GERONIMO-3560
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3560
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
    Affects Versions: 2.0.2, 2.0.x, 2.1
            Reporter: Vamsavardhana Reddy
            Assignee: Vamsavardhana Reddy
             Fix For: 2.0.x, 2.1


SMTPTransport.isConnected() returns true after close() is called.  This is because closeServerConnection() is closing the socket connection but not setting the connection status to false.

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


[jira] Closed: (GERONIMO-3560) SMTPTransport.isConnected() returns true after close() is called

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

Vamsavardhana Reddy closed GERONIMO-3560.
-----------------------------------------

    Resolution: Fixed

Completed: At revision: 589098 in javamail/trunk/geronimo-javamail_1.4.

> SMTPTransport.isConnected() returns true after close() is called
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-3560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3560
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 2.0.2, 2.0.x, 2.1
>            Reporter: Vamsavardhana Reddy
>            Assignee: Vamsavardhana Reddy
>             Fix For: 2.0.x, 2.1
>
>
> SMTPTransport.isConnected() returns true after close() is called.  This is because closeServerConnection() is closing the socket connection but not setting the connection status to false.

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


[jira] Updated: (GERONIMO-3560) SMTPTransport.isConnected() returns true after close() is called

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

Joe Bohn updated GERONIMO-3560:
-------------------------------

    Affects Version/s:     (was: 2.0.x)
        Fix Version/s:     (was: 2.0.x)
                       2.0.3

> SMTPTransport.isConnected() returns true after close() is called
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-3560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3560
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vamsavardhana Reddy
>            Assignee: Vamsavardhana Reddy
>             Fix For: 2.0.3, 2.1
>
>
> SMTPTransport.isConnected() returns true after close() is called.  This is because closeServerConnection() is closing the socket connection but not setting the connection status to false.

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