You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Yuji Konishi (Jira)" <ji...@apache.org> on 2019/09/10 11:26:00 UTC

[jira] [Created] (IO-626) A mistake in the FilenameUtils.concat()'s Javadoc about a absolute path.

Yuji Konishi created IO-626:
-------------------------------

             Summary: A mistake in the FilenameUtils.concat()'s Javadoc about a absolute path.
                 Key: IO-626
                 URL: https://issues.apache.org/jira/browse/IO-626
             Project: Commons IO
          Issue Type: Bug
          Components: Utilities
            Reporter: Yuji Konishi


Javadoc
/foo/a/ + ../bar --> foo/bar

System.out.println(FilenameUtils.concat("/foo/a/", "../bar"));
/foo/a/ + ../bar --> /foo/bar

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)