MiriamCohenDev commented on PR #825:
URL: https://github.com/apache/commons-io/pull/825#issuecomment-3847647969

   I would be happy to better understand what you meant.
   I understood from the issue that the problem is that in a path like this, 
for example: //server
   the normalizeNoEndSeparator function returns null even though it is correct
   In monitoring the function, I saw that the problem stems from the 
getPrefixLength function
   which, in the event that the paht does not contain an additional backslash 
after the first two slashes, returns -1
   and that is what I actually changed.
   According to what you say
   what should I change?
   What should the function return for this routing:
   //server?


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to