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 2008/09/01 21:48:44 UTC

[jira] Closed: (FTPSERVER-171) NativeFileSystemView.getFileObject(String file) and case sensitivity

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

Niklas Gustavsson closed FTPSERVER-171.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M3
         Assignee: Niklas Gustavsson

Patch applied, thanks!

svn -m "File system case insensitivity not passed down to getPhysicalName when getting file (FTPSERVER-171)" commit
Sending        apache/ftpserver/filesystem/NativeFileSystemView.java
Transmitting file data .
Committed revision 691040.


> NativeFileSystemView.getFileObject(String file) and case sensitivity
> --------------------------------------------------------------------
>
>                 Key: FTPSERVER-171
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-171
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>         Environment: Linux (or other case sensitive filesystems)
>            Reporter: Carl Bunting
>            Assignee: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M3
>
>         Attachments: NativeFileSystemView.java.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> NativeFileSystemView.getFileObject(String file) currently doesn't pass the caseInsenstive instance variable to NativeFileObject.getPhysicalName(rootDir, currDir, file)
> As a result, Ftp "GET" arguments have to be in the correct case when the server is running on a case-sensitive filesystem.
> Changing it to NativeFileObject.getPhysicalName(rootDir, currDir, file, caseInsensitive) will resolve this.
> Regards,
> Carl

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