Skip to content

fix: adds support for URL-encoded whitespaces#37

Merged
IonicaBizau merged 1 commit intoIonicaBizau:masterfrom
richard-giraud:fix/36-url-encoded-whitespace
Nov 14, 2024
Merged

fix: adds support for URL-encoded whitespaces#37
IonicaBizau merged 1 commit intoIonicaBizau:masterfrom
richard-giraud:fix/36-url-encoded-whitespace

Conversation

@richard-giraud
Copy link
Copy Markdown
Contributor

@richard-giraud richard-giraud commented Nov 8, 2024

v8 of parse-url doesn't support URL-encoded whitespaces (i.e.: %20). These are needed for Azure DevOps repositories with spaces in their name (and, likely, others).

Updating to v9 of parse-url resolves the issue.

This also includes a small fix to the test file to remove some duplicated properties in an object.

Fixes #36

@richard-giraud richard-giraud force-pushed the fix/36-url-encoded-whitespace branch from c52d5b7 to 070e23b Compare November 8, 2024 16:59
Updates parse-url dependency from v8 to v9.
@richard-giraud richard-giraud force-pushed the fix/36-url-encoded-whitespace branch from 070e23b to 576d8a1 Compare November 8, 2024 17:06
@IonicaBizau IonicaBizau mentioned this pull request Nov 14, 2024
@IonicaBizau IonicaBizau merged commit 406882a into IonicaBizau:master Nov 14, 2024
@richard-giraud richard-giraud deleted the fix/36-url-encoded-whitespace branch November 14, 2024 16:46
@richard-giraud richard-giraud restored the fix/36-url-encoded-whitespace branch November 14, 2024 16:47
@richard-giraud richard-giraud deleted the fix/36-url-encoded-whitespace branch November 14, 2024 16:47
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 encoded whitespace is not supported

2 participants