Reranko05 commented on PR #824:
URL: https://github.com/apache/commons-io/pull/824#issuecomment-3779907107

   Hello @garydgregory,I investigated IO-771 in depth and validated the index 
and trimming behavior with instrumentation.
   What I’m seeing is that cases 4/5 require lexical preservation of 
backslashes inside an embedded Windows path, while FilenameUtils generally 
treats separators semantically and normalizes/trims them.
   
   Any change that makes the test pass seems to require special-casing this 
scenario or bypassing existing trimming logic, which feels inconsistent with 
the rest of the API.
   I’m going to step back from proposing a fix unless there’s clarification on 
whether this behavior is explicitly intended.


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