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

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

                Author: ASF GitHub Bot
            Created on: 25/Jun/19 23:25
            Start Date: 25/Jun/19 23:25
    Worklog Time Spent: 10m 
      Work Description: adammcclenaghan commented on issue #79: IO-585: 
Sanitize double slash after prefix
URL: https://github.com/apache/commons-io/pull/79#issuecomment-505658683
 
 
   Ah, seems that Jenkins hook doesn't isn't enabled for this repo - not sure 
how to kick off a rebuild without creating a needless commit, if someone can 
point me in the right direction then I'd be happy to kick off another build and 
see if we can get Jenkins passing on this.
 
----------------------------------------------------------------
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: 267120)
    Time Spent: 50m  (was: 40m)

> FilenameUtils#normalizeNoEndSeparator does not sanitize multiple backslashes 
> directly after the colon in windows file paths
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IO-585
>                 URL: https://issues.apache.org/jira/browse/IO-585
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 2.6
>            Reporter: Adam McClenaghan
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> FilenameUtils#normalizeNoEndSeparator states in the javadoc that :
>  "A double slash will be merged to a single slash (but UNC names are 
> handled)."
> It has been observed that if a double backslash occurs after the colon in a 
> windows filepath, then the returned path still contains this double 
> backslash. For example:
> {code:java}
> C:\\Program Files\\ExampleDirectory  -->  C:\\Program Files\ExampleDirectory 
> {code}
> While the expectation is that we should be returning ' C:\Program 
> Files\ExampleDirectory '
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to