[
https://issues.apache.org/jira/browse/FTPSERVER-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Gustavsson closed FTPSERVER-348.
---------------------------------------
Resolution: Fixed
Fixed. Thanks for reporting!
commit -m "Remove check for File.fileSeparatorChar from MKD command. Will fail
incorrectly on custom file systems, and will disallow creation of directories
which the OS allows in some cases (FTPSERVER-348)"
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/main/java/org/apache/ftpserver/command/impl/MKD.java
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/DirectoryTest.java
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/command/impl/MKD.java
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/clienttests/DirectoryTest.java
Sending
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/main/java/org/apache/ftpserver/command/impl/MKD.java
Sending
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/DirectoryTest.java
Sending
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/command/impl/MKD.java
Sending
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/clienttests/DirectoryTest.java
Transmitting file data ...
Committed revision 917039.
> MKD command on linux checks for path separator before passing to
> filesystemview
> -------------------------------------------------------------------------------
>
> Key: FTPSERVER-348
> URL: https://issues.apache.org/jira/browse/FTPSERVER-348
> Project: FtpServer
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3
> Reporter: Dan
> Assignee: Niklas Gustavsson
> Fix For: 1.0.4, 1.1.0
>
>
> Only a problem on linux although the windows might check for a backslash and
> have the same problem. the filesystemview should be the one to decide if a
> path is valid
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.