Description
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