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

Trim InstallerUrls before update #216

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Trim InstallerUrls before update #216

merged 1 commit into from
Jan 19, 2022

Conversation

ryfu-msft
Copy link
Contributor

@ryfu-msft ryfu-msft commented Jan 19, 2022

Fixes #213

Issue:
Accidentally including an extra leading space with a url can cause schema validation errors when creating the manifest.

Changes:
To prevent this issue, I now trim any extra whitespaces for all urls that are provided when updating a manifest.

Microsoft Reviewers: Open in CodeFlow

@ryfu-msft ryfu-msft requested a review from a team as a code owner January 19, 2022 22:20
@ghost ghost added the Issue-Bug label Jan 19, 2022
@ryfu-msft ryfu-msft merged commit 74de458 into main Jan 19, 2022
@ryfu-msft ryfu-msft deleted the leadingSpaceBug branch January 19, 2022 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leading space on URL param causes validation failure
2 participants