You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/02 02:09:00 UTC

[jira] [Commented] (IO-483) getPrefixLength return -1 if unix file contains colon

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

ASF GitHub Bot commented on IO-483:
-----------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/commons-io/pull/19


> getPrefixLength return -1 if unix file contains colon
> -----------------------------------------------------
>
>                 Key: IO-483
>                 URL: https://issues.apache.org/jira/browse/IO-483
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.4
>            Reporter: Tristan Lins
>
> A simple
> {code:java}
> int prefixLength = FilenameUtils.getPrefixLength("/:foo/bar");
> {code}
> return {{-1}}, but {{0}} was expected. The path is absolutely valid for unix systems.



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