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

Ignore duplicate slashes at the start of relative path specifiers #9048

Merged
merged 2 commits into from
May 27, 2023

Conversation

devongovett
Copy link
Member

Fixes #9042

Rust already ignores duplicate separators in paths, but we were stripping the leading "./"` from relative separators, and if there were another "/" it would be interpreted as an absolute path instead.

@devongovett devongovett merged commit 8e1dd64 into v2 May 27, 2023
@devongovett devongovett deleted the fix-dup-separator branch May 27, 2023 20:07
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.

.//URL-impl.js is not resolved in whatwg-url
2 participants