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

http-transport: wget with password in repo URL sends "..." as password #2763

Closed
eamsden opened this issue Aug 14, 2015 · 1 comment
Closed

Comments

@eamsden
Copy link

eamsden commented Aug 14, 2015

When authentication information is included in the repo url, i.e.
https://<user>:<pw>@<hostname>/
and cabal is configured with http-transport: wget the URL passed to wget has the password component replaced by ...

eamsden pushed a commit to plow-technologies/cabal that referenced this issue Aug 14, 2015
@23Skidoo
Copy link
Member

This was fixed by #2890, though other transports still use show uri. We should support this directly by adding per-repo username and password fields instead (#2761).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants