Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

[Regression] Allow Basic Auth by a username with no password #2606

Merged
merged 1 commit into from Aug 19, 2013

Conversation

rykov
Copy link
Contributor

@rykov rykov commented Aug 19, 2013

Gemfury currently relies on Bundler's support for username-only authentication with a source such as:

https://secret-token@gem.fury.io/username/

Bundler 1.3 supported this authentication method, however the latest 1.4.0.pre1 release is causing HTTPForbidden errors for our customers because the authentication token is not passed to our server.

This PR is to continue supporting username-only basic authentication.

@indirect
Copy link
Member

Thank you for the patch!

indirect added a commit that referenced this pull request Aug 19, 2013
[Regression] Allow Basic Auth by a username with no password
@indirect indirect merged commit e282d95 into rubygems:master Aug 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants