You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2021/01/18 21:16:00 UTC

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

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

Gary D. Gregory closed IO-626.
------------------------------
    Fix Version/s: 2.7
       Resolution: Fixed

> A mistake in the FilenameUtils.concat()'s Javadoc about an 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
>            Priority: Minor
>             Fix For: 2.7
>
>
> 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.4#803005)