Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize path separators in WebDriverManager.zipFolder() #815

Merged
merged 1 commit into from Apr 8, 2022

Conversation

nickgaya
Copy link
Contributor

@nickgaya nickgaya commented Apr 7, 2022

Purpose of changes

The ZIP file format mandates the use of Unix-style path separators.

See https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT

Possible fix for the issue reported in this comment: SeleniumHQ/selenium#8357 (comment)

Types of changes

  • Bug-fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How has this been tested?

Sorry, didn't have time to write a proper unit test.

@bonigarcia bonigarcia merged commit c17f94b into bonigarcia:master Apr 8, 2022
@bonigarcia
Copy link
Owner

Indeed this PR solves the problem I reported in the SeleniumHQ issues, thanks a lot @nickgaya!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants