You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2008/11/29 02:52:44 UTC

[jira] Resolved: (IO-179) StringIndexOutOfBounds exception on FilenameUtils.getPathNoEndSeparator

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

Niall Pemberton resolved IO-179.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.5)
                   2.0
         Assignee: Niall Pemberton

Patch applied, thanks!

http://svn.apache.org/viewvc?view=rev&revision=721610

> StringIndexOutOfBounds exception on FilenameUtils.getPathNoEndSeparator
> -----------------------------------------------------------------------
>
>                 Key: IO-179
>                 URL: https://issues.apache.org/jira/browse/IO-179
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.3.2, 1.4
>         Environment: Javadoc says that method is text based. In any case, the problem has been reproduced in Windows and Linux.
>            Reporter: Francisco Borges
>            Assignee: Niall Pemberton
>             Fix For: 2.0
>
>         Attachments: IO-179.patch
>
>
> public void testFilenameUtils() {
>  String path = "/foo.xml";
>  org.apache.commons.io.FilenameUtils.getPathNoEndSeparator(path);
>  }
> Leads to:
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> 	at java.lang.String.substring(String.java:1768)
> 	at org.apache.commons.io.FilenameUtils.doGetPath(FilenameUtils.java:705)
> 	at org.apache.commons.io.FilenameUtils.getPathNoEndSeparator(FilenameUtils.java:683)
>   

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