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.