[ 
https://issues.apache.org/jira/browse/IO-727?focusedWorklogId=572741&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-572741
 ]

ASF GitHub Bot logged work on IO-727:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Mar/21 16:46
            Start Date: 26/Mar/21 16:46
    Worklog Time Spent: 10m 
      Work Description: coveralls edited a comment on pull request #217:
URL: https://github.com/apache/commons-io/pull/217#issuecomment-808299921


   
   [![Coverage 
Status](https://coveralls.io/builds/38288923/badge)](https://coveralls.io/builds/38288923)
   
   Coverage increased (+0.05%) to 89.309% when pulling 
**8d4bb5233fa38f672327744e7c9cb946a235ac1b on 
trungPa:IO-727-directoryContains** into 
**c1ee77787f74ce9b660bf377462059d084458fef on apache:master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 572741)
    Time Spent: 0.5h  (was: 20m)

> FilenameUtils.directoryContains() and FileUtils.directoryContains() return 
> wrong result when parent and child have the same path prefix
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IO-727
>                 URL: https://issues.apache.org/jira/browse/IO-727
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>            Reporter: Trung Pham
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> FilenameUtils.directoryContains() and FileUtils.directoryContains() will 
> return `true` with the following input.
> {code:java}
> canonicalParent: /path/foo
> canonicalChild:  /path/foobar
> {code}
> There were several issues on this but the problem still remains.
>  IO-423 didn't do anything.
>  IO-466 test case added in 
> [676c03|https://github.com/apache/commons-io/commit/67325cf97946f053da51dd358a9ffca0a9676c03]
>  just happened to passed because the input file didn't exist.
> Github PR: https://github.com/apache/commons-io/pull/217



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to