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

Fix: fix support for registry URLs without trailing slash #4350

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

BYK
Copy link
Member

@BYK BYK commented Sep 8, 2017

Summary

Fixes #4339. Also fixes handling of upper-case registry names.

Test plan

Added unit tests for NpmRegistry.prototype.getRequestUrl().

**Summary**

Fixes #4339. Also fixes handling of upper-case registry names.

**Test plan**

Added unit tests for `NpmRegistry.prototype.getRequestUrl()`.
@arcanis arcanis merged commit d3f223c into master Sep 8, 2017
@BYK BYK added this to the 1.0.2 milestone Sep 12, 2017
@BYK BYK deleted the trailing-slash branch September 12, 2017 13:58
joaolucasl pushed a commit to joaolucasl/yarn that referenced this pull request Oct 27, 2017
**Summary**

Fixes yarnpkg#4339. Also fixes handling of upper-case registry names.

**Test plan**

Added unit tests for `NpmRegistry.prototype.getRequestUrl()`.
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.

"registry" now requires a trailing slash to work correctly
2 participants