uv/crates/uv-auth
Zanie Blue 7ee90dc71f
Fix authentication with JFrog artifactories (#2592)
Closes #2566 

We were storing the username e.g. `charlie@astral.sh` as a
percent-encoded string `charlie%40astral.sh` which resulted in different
headers and broke JFrog's artifactory which apparently does not decode
usernames.

Tested with a JFrog artifactory and AWS CodeArtifact although it is
worth noting that AWS does _not_ have a username with an `@` — it'd be
nice to test another artifactory with percent-encoded characters in the
username and/or password.
2024-03-21 12:10:43 -05:00
..
src Fix authentication with JFrog artifactories (#2592) 2024-03-21 12:10:43 -05:00
Cargo.toml Fix authentication with JFrog artifactories (#2592) 2024-03-21 12:10:43 -05:00