ok2c edited a comment on pull request #74: URL: https://github.com/apache/maven-wagon/pull/74#issuecomment-733195865
> So does the serialization happens. I need to check a few things and ask another expert. @ok2c What is your opinion on? > So you PR is partially correct and the trailing slash should logically be retained, but not unconditionally appended. I will get back to you when my checks are complete. @michael-o Yes, this sounds correct. The parser should be able to differentiate `/blah/blah/` and `/blah/blah` as distinct paths and do not turn one into another. The former should be treated as `['blah', 'blah', '']` sequence and the latter as `['blah', 'blah']`. ---------------------------------------------------------------- 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: us...@infra.apache.org