You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2009/01/13 22:57:00 UTC

[jira] Closed: (FTPSERVER-262) FileSystemView.dispose() is never called

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

Niklas Gustavsson closed FTPSERVER-262.
---------------------------------------

    Resolution: Fixed

Fixed in rev 734250, please verify that this fixes your issues. We now dispose when the session is closed.

> FileSystemView.dispose() is never called
> ----------------------------------------
>
>                 Key: FTPSERVER-262
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-262
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Ftplets
>    Affects Versions: 1.0.0-M4
>            Reporter: Daniel Santos
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0.0-RC2
>
>
> The FileSystemView.dispose() function is never called.
> This method seems interesting to release critical resources such as JDBC connections, email sessions, etc.
> I think it is a good idea to call it when FtpSession closes (on DefaultFtpHandler.sessionClosed()) and maybe when user login again (because FileSystemView is related to an user).
> thx

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