[ 
https://issues.apache.org/jira/browse/VFS-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904084#comment-14904084
 ] 

Joerg Schaible commented on VFS-297:
------------------------------------

{noformat}
Sending        src/changes/changes.xml
Transmitting file data .
Committed revision 1704764.
{noformat}

Done. In our projects we configured the changes plugin to locate its file 
always in the project root. Therefore I missed it in the first run ;-)

> New instance of SftpFileSystem is created every time due to the bug in 
> FileSystemOptions.compareTo()
> ----------------------------------------------------------------------------------------------------
>
>                 Key: VFS-297
>                 URL: https://issues.apache.org/jira/browse/VFS-297
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Kirill Safonov
>            Assignee: Joerg Schaible
>             Fix For: 2.1
>
>
> FileSystemOptions.compareTo() uses TreeMap's hashcode. This is not 
> appropriate if map contains array instances since Array's equals() merely 
> checks ==  (so that {{new Array[0].equals(new Array[0])}} is false).
> So when I configure FileSystemOptions like 
> {{SftpFileSystemConfigBuilder.getInstance().setIdentities(options, new 
> File[]{new File(privateKeyFile)})}} I never get filesystem instance reused.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to